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/nibbles_offsec]
└─$ ftp anonymous@$IP
Connected to 192.168.148.47.
220 (vsFTPd 3.0.3)
331 Please specify the password.
Password: anonymous
530 Login incorrect.
ftp: Login failed
ftp> quit
221 Goodbye.
 
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/nibbles_offsec]
└─$ ftp ftp@$IP      
Connected to 192.168.148.47.
220 (vsFTPd 3.0.3)
331 Please specify the password.
Password: ftp
530 Login incorrect.
ftp: Login failed

The target system does not allow null session