As I understood the command line would look something like thisÂ
hashcat -m <hash_type> -a 0 <hash> dictionary.txt \ -r rules/my_custom_rule
Where the dictionary.txt are the password variations and the custom_rule is the ways how the symbols can be toggled or replaced
The following question is how to write a custom rule that combines in itself adjacent symbols, uppercasing/lowercasing individual symbols, adding spaces, skipping letters and adding a full stop in the end of the password ?
hashcat -m <hash_type> -a 0 <hash> dictionary.txt \ -r rules/my_custom_rule
Where the dictionary.txt are the password variations and the custom_rule is the ways how the symbols can be toggled or replaced
The following question is how to write a custom rule that combines in itself adjacent symbols, uppercasing/lowercasing individual symbols, adding spaces, skipping letters and adding a full stop in the end of the password ?