Saturday, March 17, 2007

Using Nmap: Scanning a Network

Using nmap 4.20 to discover hosts on a network. The command:
nmap 192.168.1.0/24 -sP
...is run to discover hosts that respond to ping on the 192.168.1 network. The list that returns is a list of live hosts/interfaces on the network.

No comments: