...

/

Solution: Custom Port Scanning

Solution: Custom Port Scanning

Review the solution to running a live Nmap scan for custom port scanning.

We'll cover the following...

Solution

To complete the challenge, this is the command we should use:

nmap scanme.nmap.org -p500-1500
Command to scan ports 500 to 1500

The command mentioned above is already implemented in ...