Port 22 - SSH
Directories
/home/$user/.ssh
/root/.ssh
Brute force
hydra -I -l $user -P /root/rockyou.txt ssh://$IP:22 -vV -t 4
Username / password sometimes the same
Use id_rsa
chmod 600 id_rsa
Check writeups for other rare things
Sufferance
Forward
Last updated