Task 5

Task 5

From your scans, what version is FTP running on the target?

Answer

vsftpd 3.0.3

Explanation

For this task, we need to perform a port scan.

sudo nmap -T5 -sCV <target_ip>
sudo nmap -T5 -sCV <target_ip>

Last updated