hashcat Forum
Possibile rule bug on CPU Hashcat v2.00 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Possibile rule bug on CPU Hashcat v2.00 (/thread-5060.html)



Possibile rule bug on CPU Hashcat v2.00 - Wolfdale - 01-19-2016

Hi guys, I want to use multiple rule files on Hashcat. From the wiki
"Instead of just giving one -r parameter and a file, you can now add as many -r's as you want. "

My command

hashcat -m 0 -a 0 -r appendyear.rule -r leetspeak.rule -r toggles1.rule hash.txt /root/wordlists/InsidePro.dic

Output

Initializing hashcat v2.00 with 1 threads and 32mb segment-size...

Added hashes from file hash.txt: 4 (1 salts)
Added rules from file toggles1.rule: 15

As you can see it adds rules only from the toggles1.rule, leaving out the other 2 rules I added.


RE: Possibile rule bug on CPU Hashcat v2.00 - Xanadrel - 01-19-2016

This is true for oclHashcat only.