03-19-2018, 06:34 PM
If you use the straight word list attack mode (-a 0) you also need to specify a dictionary file.
hashcat -a 0 -m 11600 hash_file.txt dict_file.txt
you could also add rules like this:
hashcat -a 0 -m 11600 -r rules\best64.rule hash_file.txt dict_file.txt
hashcat -a 0 -m 11600 hash_file.txt dict_file.txt
you could also add rules like this:
hashcat -a 0 -m 11600 -r rules\best64.rule hash_file.txt dict_file.txt