SSH
🗒️ SSH (Secure Shell) - cryptographic remote administration protocol, tipically used for servers remote access
Port:
22
(TCP) - defaultSSH Authentication:
User Authentication -
username
&password
Key
based, 2 key pairs (public and private keys) - no username and password
SSH Exploitation
Credentials can be brute-forced on the SSH
With SSH legitimate credentials the attacker gain access to a full shell, with the utilized user account's privileges
Last updated