Cracking
John the Ripper
Base Use:
john --wordlist=rockyou.txt hash.txt
Zip File
zip2john file1.zip>hash.txt
Rar file
rar2john file1.rar > hash.txt
gpg password
gpg2john file1.priv > hash.txt
Shadow file
unshadow passwd shadowjohn --wordlist=rockyou.txt --format=sha512crypt unshadowed.txt
SSH key password
NTLM Cracking
PDF password
Hashcat
Hashcat often auto-guesses, or will tell you
Manually test here: https://hashcat.net/wiki/doku.php?id=example_hashes
Basic use:
Hydra
HTTP Basic Auth
HTTP Post Form
FTP
SSH
RDP
Last updated