hashcat -a 3 -m 100 hashes.txt ?a?a?a?a?a?a?d
hashcat -m 100 -a 0 hashes.txt wordlist.txt
hashcat --help | grep <hash_name>
- Dictionary: 0
- Combination: 1
- Brute Force: 3
- Hybrid Wordlist: 6
- Hybrid Mask: 7
- ?! - a-z
- ?u - A-Z
- ?d - 0-9
- ?s - Punctuation
- ?a - lower, upper, digit, punctuation