Password cracking
Online Password Hash Cracking
John the ripper
# Auto detection
john --wordlist=/usr/share/wordlists/rockyou.txt hashes.txt
# JTR forced descrypt cracking with wordlist
john --format=descrypt hashes.txt
# MD5 hash
john --wordlist=/usr/share/wordlists/rockyou.txt -format=Raw-MD5 hashes.txtHashcat
# Check the algorithm
hashcat -h | grep sha512
# Run it with the mode number and wordlist
hashcat -m 1800 hash2.txt /usr/share/wordlists/rockyou.txt
Colabcat (Hashcat on Google Colab
Not found
Penglab
Last updated