/nmap-inventory

parses an nmap ARP scan in XML format and outputs MAC, IP and vendor

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nmap-inventory

Step 1: run an nmap ARP discovery scan as root:

sudo nmap -sn 192.168.1.0/24 -oX arpscan.xml

Step 2: run this script in the same dir.