Solution: Vulnerability Scanning
Review the solution to running a vulnerability script scan.
We'll cover the following...
Solution
In order to complete the challenge, these are the commands we should use:
nmap --script=vuln scanme.nmap.org -v
Vulnerability scanning
The command mentioned above is already implemented in the terminal. Start the terminal, and the command will run ...