NetMan - nmap

From The TinkerNet Wiki
Revision as of 13:50, 18 December 2020 by Tinker (talk | contribs)
Jump to navigation Jump to search

Some useful nmap scans

The following command with nmap with root privilegies (or using sudo):


sudo nmap -sP 192.168.0.0/24 | awk '/Nmap scan report for/{printf $5;}/MAC Address:/{print " => "$3;}' | sort


results in: