vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously this is not a guarantee, but a reflection that I have written the entire codebase with security in mind, and carefully designed the program to be resilient to attack.
团队写作:
这是dalemazza和P41ntP4rr0t制造的TryHackMe上对初学者友好的盒子。 让我们尝试一下!
端口扫描:
我首先进行了NMap扫描:
sudo nmap -vv -sS -sC -sV -oN nmap-out {MACHINE_IP}
它返回了以下端口:
PORT STATE SERVICE REASON VERSION
21/tcp open ftp syn-ack ttl 63 vsftpd 3.0.3
22/tcp op