FTP


Nmap discovered a FTP server on the target port 21 The running service is vsftpd 3.0.3

┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/amaterasu]
└─$ ftp ftp@$IP  
Connected to 192.168.120.249.
220 (vsFTPd 3.0.3)
331 Please specify the password.
Password: ftp
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> 

The target FTP server allows anonymous access

ftp> ls
200 EPRT command successful. Consider using EPSV.
 
421 Service not available, remote server has closed connection.

N/A