Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrschyte/nmap-converter
- Owner: mrschyte
- License: bsd-2-clause
- Created: 2016-12-11T16:16:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T19:34:07.000Z (over 2 years ago)
- Last Synced: 2024-08-02T01:16:07.577Z (4 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 334
- Watchers: 23
- Forks: 88
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - mrschyte/nmap-converter - Python script for converting nmap reports into XLS (Python)
- awesome-hacking-lists - mrschyte/nmap-converter - Python script for converting nmap reports into XLS (Python)
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 reportoptional arguments:
-h, --help show this help message and exit
-o XLS, --output XLS path to xlsx output
```