Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 475 Bytes

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