Last updated 2 months ago
unrar e secure.rar
cat flag.txt
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