Rules Help
#1
I have rules in a rules folder in my hashcat folder. I just can't figure out how to use all of my rules at once. I've tried
"-r ./rules/ (space)"
but Hashcat won't apply any of the rules. Please let me know what I'm doing wrong, thanks!
#2
cat all your rules in a single rulefile, use that rulefile.
(using multiple -r for each rulefile would combinate all rules)
#3
(05-25-2014, 05:11 AM)Xanadrel Wrote: cat all your rules in a single rulefile, use that rulefile.
(using multiple -r for each rulefile would combinate all rules)

ARIGATO!!! Helps a lot!