crgr / nmap-inventory

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%