FTP


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

Null Session


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

The target FTP server allows null session

ftp> ls
229 Entering Extended Passive Mode (|||45607|)

Attempting to list out hangs