Offline

Brute force on hashes.

Identify Hash

Tool
Detail

hashcat --identify <HASH>

hashid -m -j <HASH> -m modes hashcat, -j format john

hash-identifier (inside type hash)

Cracking

hashcat -D <DEVICE> -m <TYPE> -a <ATTACKMODE> -r <RULE> <FILEtoCRACK> <WORDLIST/MASK>

Device: 1=CPU, 2=GPU AttackMode: 0=Wordlist, 3=BruteForce Type: Wiki Rule: Wiki Mask: Wiki

To see the results after cracking a file:

hashcat -m <TYPE> <FILEtoCRACK> --show

john --format=<FORMAT> --wordlist=<WORDLIST> --rules=<RULES> <FILEtoCrack>

Format: Wiki

john --list=formats

To see the results after cracking a file:

john --show <FILEtoCRACK>

Other

Tool
Detail

On hidden image files covered by passphrase. stegcracker <FILE> [<WORDLIST>]

Online Password Hash Cracker

Last updated