SSH
Secure Shell protocol (port 22)
nmap
nmap -p22 $IP --script ssh2-enum-aglos nmap -p22 $IP --script ssh-hostkey --script-args ssh_hostkey=full
#again.... -sC does this for us.ssh -p22 $IP --script ssh-auth-methods --script-args="ssh.user=username"nmap $IP -p22 --scrip ssh-brute --script-args userdb=/path/to/username(s).txthydra
hydra -l $username -P /path/to/wordlist $IP sshmsfconsole
Last updated