SSH (Secure Shell) Pentesting
CryptographyNetworkPrivilege Escalation
SSH is a cryptographic network protocol for operating network services securely over an unsecured network. A default port is 22.
Enumeration
nmap --script ssh-brute -p 22 <target-ip>
nmap --script ssh-auth-methods...