Rule stacking - 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 stacking (/thread-7136.html) |
Rule stacking - ee10 - 12-25-2017 When stacking rules, do I need to include a : in each file to ensure that the wordlist is attempted unmodified or is including the : in one file enough? RE: Rule stacking - royce - 12-25-2017 There's only one way to find out Code: $ cat rule1.list Rules files are applied one at a time, serially, until a final candidate is created. But also notice that some rules have no effect on some strings. Each rule file must contain a colon if you want to guarantee that all entirely unmodified strings will appear at least once in the candidate list. |