Detecting Systems on Your Network with NMAP

Most commonly used as a port scanner, but it actually started its life as a network-mapping tool for discovering hosts. It can utilize ICMP, UDP, and TCP.

  • Run sudo apt-get install nmap
  • Do a simple ICMP sweep of the network to see who responds

Complete and Continue