cd /opt sudo git pull https://github.com/openwall/john.git cd /opt/john/run
jonh/opt/john/run/ssh2john.py id_rsa > johninput.txt
john --wordlist=/usr/share/wordlists/rockyou.txt johninput.txt
Last updated 1 year ago