Lab 5-1: Scanning Networks Part 1
What additional information about a scanned system is returned when performing a Service Version scan in Nmap?
A list of available services on the remote host with possible versions for each service
What is the primary goal of scanning a network with all network all scanning tools like MyLanViewer, Nmap, and Advanced IP Scanner?
Discover running systems attached to the network
What network scanning tool provides a network map that can be easily exported to Visio or other diagramming software?
Network Topology Mapper
Which network scanning tool allows you to use parameters (eg. -sT and -sS) in order to control or finetune the type of scan being executed?
Nmap
Which set of command and parameters can be used to tell Nmap to perform a Ping Sweep of all hosts in the 192.168.0.0/24 network?
Nmap -sP 192.168.0.*