...

/

Solution: Aggressive Scanning

Solution: Aggressive Scanning

Review the solution to running an aggressive scan.

We'll cover the following...

Solution

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

nmap scanme.nmap.org -A -p1-1500 -v
Command to perform an aggressive scan

The command mentioned above has already been implemented in the terminal. Start the terminal, ...