🛠️SSH
Theory
Enumeration
Authentication type
ssh -v <IP>
OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019
...
debug1: Authentications that can continue: publickey,password,keyboard-interactiveBanner Grabbing
nc -vn <IP> 22
...
SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u7Server's public SSH key
Weak Cipher Algorithms
SSH fuzzing
Attacks
Weak cryptographic keys
Authentication bruteforcing
User enumeration
Password Bruteforcing
Private key Bruteforcing
Resources
Last updated
Was this helpful?