HashCat
Cracking passwords with hashcat
Identifying the hash
Use source code to identify what type of cryptography an application uses.
Take note of seperators and features in the hash
Compare the hash you want to crack with the example hashes on the hashcat wiki:
Basic Usage
Running hashcat with a single hash.
-a - Cracking mode
-m - Hash mode number
example using mode 3200 bcrypt $2*$, Blowfish (Unix)
Hash list with usernames
Using Lists
Last updated