FTP
Nmap discovered a FTP server on the target port 21
The running service is
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/nickel]
└─$ ftp anonymous@$IP
Connected to 192.168.219.99.
220-FileZilla Server 0.9.60 beta
220-written by Tim Kosse (tim.kosse@filezilla-project.org)
220 Please visit https://filezilla-project.org/
331 Password required for anonymous
Password: anonymous
530 Login or password incorrect!
ftp: Login failed
ftp> quit
221 Goodbye
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/nickel]
└─$ ftp ftp@$IP
Connected to 192.168.219.99.
220-FileZilla Server 0.9.60 beta
220-written by Tim Kosse (tim.kosse@filezilla-project.org)
220 Please visit https://filezilla-project.org/
331 Password required for ftp
Password: ftp
530 Login or password incorrect!
ftp: Login failed
ftp> quit
221 Goodbye
The target FTP server does not allow null session