VeraCrypt with PIM/keyfile seems to be ignored
#3
Isn't the order of the parameters messed up here? From the first lines of hashcat --help:

Usage: hashcat [options] hash|hashfile|hccapxfile [dictionary|mask|directory]

Your Header should be at the same position as a hash|hashfile|hccapxfile, so the correct order would be:

hashcat64.exe -a 3 -m 13751 -o [outputfile] --potfile-path=[potfile] --veracrypt-pim=[pim number] -O -w 4 [VeraCrypt header] [mask]
Reply


Messages In This Thread
RE: VeraCrypt with PIM/keyfile seems to be ignored - by NoReply - 03-10-2019, 07:09 PM