Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/RedCursorSecurityConsulting/NMap-xml-to-docx


https://github.com/RedCursorSecurityConsulting/NMap-xml-to-docx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Nmap to Docx

This tool converts a given nmap xml file to a more readable format for reports.

### Prerequisites

```text
python-docx (tested with 0.8.10)
bs4
```

### Usage

```text
usage: format_nmap.py [-h] infile outfile

Process Nmap XML file and produce docx table

positional arguments:
infile Input file (e.g. target.xml)
outfile Output file (e.g. document.docx)

optional arguments:
-h, --help show this help message and exit
```

### License

GNU General Public License v3.0