Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RedCursorSecurityConsulting/NMap-xml-to-docx
https://github.com/RedCursorSecurityConsulting/NMap-xml-to-docx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RedCursorSecurityConsulting/NMap-xml-to-docx
- Owner: RedCursorSecurityConsulting
- License: gpl-3.0
- Created: 2020-03-06T01:56:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:29:44.000Z (over 3 years ago)
- Last Synced: 2024-06-06T23:39:58.417Z (5 months ago)
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - RedCursorSecurityConsulting/NMap-xml-to-docx - (Python)
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 outfileProcess 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