TryHackMe - NerdHerd writeup
Platform: TryHackMeDifficulty: EasyOS: Linux
Reconnaissance
Nmap
nmap -sC -sV -p- -A MACHINE_IP -oA nmap
Open ports:
21/tcp — vsftpd 3.0.3 (Anonymous FTP allowed)
22/tcp — OpenSSH 7.2p2 (Ubuntu)
exploitnotes.hashnode.dev7 min read