How many ports are scanned when using the -F flag
100
Which is not an nmap output format
csv
What flag can be used to identify the service running on a non-standard port
-sV
Which flag can be used to define the source port of an nmap scan
-g
What does the -sV flag do
starts a Version Scan
Which of the following is not true when discussing the -O flag
results will be 100% accurate
Where can the nse scripts be found
:
Which output flag would be most effective for extracting information via the grep command?
-oG
How many different files will the -oA flag produce
3
What is the -T flag responsible for
controlling the speed of a scan
To be able to define a specific nse script to run, which flag would you use
--script
Which command can be used to identify OS version and traceroute to host
nmap -A 192.168.1.1
Which command will scan ports 21, 53 and 80
nmap -p 21,53,80 192.168.1.1
What are we doing when trying to get service version details
banner grabbing
Which scan will take the longest
nmap -sT -A 192.168.1.0/24
To scan the most common 20 ports what command would be used
nmap -sT --top-ports 20 192.168.1.1