SSH (22)

Footprinting using SSH Audit

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

Change Authentication Method

ssh -v cry0l1t3@10.129.14.132
ssh -v cry0l1t3@10.129.14.132 -o PreferredAuthentications=password

Notes:

SSH-1 and SSH-2 SSH-1 is vulnerable to MITM

Last updated