John The Ripper

unrar e secure.rar

cat flag.txt

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

By AdaniKamal
Last updated