Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 507 Bytes

File metadata and controls

29 lines (19 loc) · 507 Bytes

Nmap to Docx

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

Prerequisites

python-docx (tested with 0.8.10)
bs4

Usage

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