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> --showjohn --format=<FORMAT> --wordlist=<WORDLIST> --rules=<RULES> <FILEtoCrack>Format: Wiki
john --list=formatsTo 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
A multithreaded brute-force tool to crack .aes files encrypted using the pyAesCrypt library
Last updated
Was this helpful?