...

/

Solution: Using Custom Flags

Solution: Using Custom Flags

Review the solution to running a live Nmap scan with custom flags.

We'll cover the following...

Solution

In order to complete the challenge, this is the command we should use:

nmap -p pop\* scanme.nmap.org
Command to scan using custom flags

The ...