# nmap-converter **Repository Path**: three-degrees-of-snow/nmap-converter ## Basic Information - **Project Name**: nmap-converter - **Description**: No description available - **Primary Language**: Python - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2021-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nmap-converter Python script for converting nmap reports into XLS # Requirements ```bash sudo pip install python-libnmap sudo pip install XlsxWriter ``` or ```bash sudo pip install -r requirements.txt ``` # Usage ```bash 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 ```