Skip to content

RedCursorSecurityConsulting/NMap-xml-to-docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages