Password Cracking
John the Ripper
john --wordlist=/usr/share/wordlists/rockyou.txt hash.txt
.zip
fcrackzip -D -u -p '/usr/share/wordlists/rockyou.txt' bank-account.zip
Identify hash type
hash-identifier
Last updated
Was this helpful?