03-10-2019, 07:09 PM
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]
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]