NMAP scan issues

Hi, the Nmap scan on the Starting-Point Sequel machine didn’t show any results. I used this command: sudo nmap -sV -sC -Pn <target IP>

Hi Z3R0V01D,

As you can see from your terminal output, the scan has only scanned the top 1000 ports.

While alot of the ‘common’ ports are under 1000 such as HTTP 80 & HTTPS 443 there are 65535 ports in total.

I would recommend to re-run your Nmap scan and include the -p- flag to ensure that all 65535 ports are scanned.

Best of Luck!

~Sqwd