7Zip Hash, missing SALT? (Salt-value exception)
#4
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


Messages In This Thread
RE: 7Zip Hash, missing SALT? (Salt-value exception) - by philsmd - 03-19-2018, 06:34 PM