Identifying & Building Rules
Hashcat Rules
Hashcat allows us to build rules files to mutate wordlists. Here's how it works:
best64.rule
Best64.rule is a nice thing to have running in the background.
Multiple Rules - Same Password
When rule functions are on the same line separated by a space. In this case, Hashcat will use them consecutively on each password of the wordlist.
Multiple Rules - Separate Passwords
When the rule functions are on separate lines. Hashcat interprets the second rule function, on the second line, as new rule. In this case, each rule is used separately, resulting in two mutated passwords for every password from the wordlist.
Last updated