John The Ripper

image

unrar e secure.rar

image

cat flag.txt

image

Task 11 Cracking SSH Keys with John

Use SSH2John converts the id_rsa private key that you use to login to the SSH session into hash format

python ssh2john.py idrsa.id_rsa > id_rsa_hash.txt

john --wordlist=/usr/share/wordlists/rockyou.txt id_rsa_hash.txt

image

By AdaniKamal

Last updated