Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrschyte/nmap-converter

Python script for converting nmap reports into XLS
https://github.com/mrschyte/nmap-converter

Last synced: about 1 month ago
JSON representation

Python script for converting nmap reports into XLS

Awesome Lists containing this project

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
```