FTP


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

┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/pebbles]
└─$ ftp anonymous@$IP                                                                                                             
Connected to 192.168.209.52.
220 (vsFTPd 3.0.3)
331 Please specify the password.
Password: 
530 Login incorrect.
ftp: Login failed
ftp> exit
221 Goodbye.
 
 
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/pebbles]
└─$ ftp ftp@$IP       
Connected to 192.168.209.52.
220 (vsFTPd 3.0.3)
331 Please specify the password.
Password: 
530 Login incorrect.
ftp: Login failed

N/A