hashcat Forum
Rule Question - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Rule Question (/thread-8597.html)



Rule Question - slawson - 08-26-2019

If I run a dictionary attack with a rule, does it automatically run the dictionary attack without applying the rule.

I realize that it only takes a few seconds to run a plain dictionary attack, but I am curious.


RE: Rule Question - royce - 08-26-2019

Fair question.

If the rule file contains the "do nothing" rule directive ( : - just a colon by itself), then the original unmodified input words will be used.


RE: Rule Question - undeath - 08-26-2019

hashcat will not run the unmodified word unless a rule in the rules file returns the unmodified word again.


RE: Rule Question - slawson - 08-26-2019

Thanks for the info.