FTP
Nmap discovered a FTP server on the target port 21
The service running is vsftpd 3.0.3
Null Session
┌──(kali㉿kali)-[~/archive/htb/labs/friendzone]
└─$ ftp $IP
Connected to 10.10.10.123.
220 (vsFTPd 3.0.3)
Name (10.10.10.123:kali): anonymous
331 Please specify the password.
Password:
530 Login incorrect.
ftp: Login failed
Anonymous Login is not allowed to the FTP server. Nothing to do without a valid credential.