November 2019
Beginner
550 pages
13h 14m
English
So far, we have been able to gather basic details about a target. We can use Nmap to help users determine the operating system, the operating system version, and the service versions of any running applications on a target.
Using the -A operator will initiate an aggressive scan, -O will profile the operating system, and -sV will identify service versions.
Using the nmap -A -O -sV target command on our Metasploitable VM ...
Read now
Unlock full access