/nmap-converter

Python script for converting nmap reports into XLS

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

nmap-converter

Python script for converting nmap reports into XLS

Requirements

sudo pip install python-libnmap
sudo pip install XlsxWriter

or

sudo pip install -r requirements.txt

Usage

usage: nmap-converter.py [-h] [-o XLS] XML [XML ...]

positional arguments:
  XML                   path to nmap xml report

optional arguments:
  -h, --help            show this help message and exit
  -o XLS, --output XLS  path to xlsx output