01-19-2016, 06:08 PM
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.
"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.