SSH

SSH-Audit

git clone https://github.com/jtesta/ssh-audit.git && cd ssh-audit
./ssh-audit.py 10.129.14.132

Change Authenicaiton methods

specify -v to see which authentication methods can be used

select preferred authentication (useful for brute force)

ssh -v cry0l1t3@10.129.14.132 -o PreferredAuthentications=password

If you get a permission issue, chmod 600 id_rsa

Last updated