PBKDF2-SHA512 (Hash type 7100) Command Syntax
#2
Attack mode '0' (-a 0) is the "straight" / dictionary attack.

Running

Code:
hashcat --help

... at the bottom, you'll see an example:

Code:
Wordlist         | $P$   | hashcat -a 0 -m 400 example400.hash example.dict
~


Messages In This Thread
RE: PBKDF2-SHA512 (Hash type 7100) Command Syntax - by royce - 06-05-2017, 07:29 AM