FTP


Nmap discovered a FTP server on the target port 21

┌──(kali㉿kali)-[~/archive/htb/labs/remote]
└─$ ftp $IP
Connected to 10.10.10.180.
220 Microsoft FTP Service
name (10.10.10.180:kali): ftp
331 Anonymous access allowed, send identity (e-mail name) as password.
password: 
230 User logged in.
Remote system type is Windows_NT.
ftp> ls
229 Entering Extended Passive Mode (|||49688|)
125 Data connection already open; Transfer starting.
226 Transfer complete.

The FTP server allows anonymous access, but it’s empty