SSH 22
Checklist
Commands and Tools
nc -vn <target_ip> 22 nmap -sV --script=ssh-hostkey -p22 <target_ip>ls -lh /usr/share/nmap/scripts/ssh sudo nmap <target_ip> -p 22 -sV --script=ssh-hostkeyssh-keyscan -t rsa -p 22 <target_ip>
Brute Forcing
Private Keys
System Administration
Metasploit Modules
Exploitation
Vulnerable Versions
Additional Notes
Last updated