
john
john [options] --wordlist=[word list] [hash file]Generate hashes
ssh2john [rsa private key file] > [output file]
zip2john [options] [zip file] > [output file]
rar2john [rar file] > [output file]
gpg2john [gpg file] > [output file]
unshadow /etc/passwd /etc/shadow > [output file]Set hash type
john --list=formats | grep -iF "hash type" # Get the code of the hash type in john
john --format=[hash type code] --wordlist=[word list] [hash file]Single-mode
john --single --format=[format] [path to file]Last updated