hashcat Forum
Rules Help - 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: Rules Help (/thread-3418.html)



Rules Help - Nickeley - 05-25-2014

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!


RE: Rules Help - Xanadrel - 05-25-2014

cat all your rules in a single rulefile, use that rulefile.
(using multiple -r for each rulefile would combinate all rules)


RE: Rules Help - Nickeley - 05-25-2014

(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!