22 - SSH
Introduction
Port: 22 (TCP) The Secure Shell (SSH) protocol is used for operating network services and transferring files securely over an unsecured network.
Basic enumeration
Default enumeration:
To obtain the number of algorithms supported by the server and how to add them if they are not supported by default.
To obtain the SSH server's key fingerprint. If the host key has been reused and it is publicly known, the attacker could lead to MITM attacks.
To check support for SSHv1.
This command returns authentication methods that an SSH server supports (The username may be invalid).
Last updated