hashcat Forum

Full Version: Rules Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
cat all your rules in a single rulefile, use that rulefile.
(using multiple -r for each rulefile would combinate all rules)
(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!