New major feature preview of v1.02; debug rules - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: New major feature preview of v1.02; debug rules (/thread-3133.html) |
New major feature preview of v1.02; debug rules - atom - 02-11-2014 Here's just a brief description of the new debug rule feature, I'm a bit in hurry. Most of you guys know it already from hashcat CPU and many wished to have this feature for oclHashcat as well. That wasn't possible for a long time but due to some architecture changed it's possible now!! This feature is primarily aimed for generating new rules but it's also good if you want to find out which of your words in your dictionaries are efficient or which rules in your rulesets crack the most hashes. But for this example, I'll only focus on the rule generator: ## ## 1. Crack some hashes with random generated rules with a small wordlist ## Quote: ## ## 2. Above example is just for display of the use, usually you would do --debug-file which would contain the following information instead: ## Quote: ## ## 3. Optimize rules with new rule-optimizer: ## Quote: ... What it did, it removed the "oAL" function since it wasn't neccessary, thus sort -u packing rate will increase. In the last days I was running -g runs of oclHashcat in an endless loop, always with around 10k generated rules. In total I collected around 50k of new rules, each of it cracked at least one hash. Now I just re-run those 50k rules on my full dictionaries, it had great effect Tip: You can also sort the results by occourance RE: New major feature preview of v1.02; debug rules - Kuci - 02-11-2014 Interesting ! May I ask you, what architecture change are you talking about ? I'm just curious RE: New major feature preview of v1.02; debug rules - aprizm - 05-31-2014 This feature is incredible, but theres one thing... rules_optimize cannot handle big files... it crashes everytime. Im trying to optimize this 400mb file and it keeps crashing after 60k lines... Ive already made a trac Ticket. cant wait to finish my special rule file RE: New major feature preview of v1.02; debug rules - tony - 05-31-2014 Hi Atom, Can we have this tool ( new rule-optimizer) for Hashcat or can you update &/or add it o Hashcat_utils package ? ( Mac_User ) Thanks in advance, Regards, Tony PS : i see the cleanup-rules in the hashcat_utils package, but don't no if it is the same then the "new rule-optimize" you talking about |