Skip to content

yunemse48/nmap_xml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nmap_xml_parser

Nmap(Network Mapper) can provide different types of outputs, and one of them is XML formatted output.

This tool processes XML formatted output of Nmap by parsing IP addresses, open ports and the services run on these ports. Then the result is written in a table in Microsoft Word (.docx) document. Thus, some valuable information is parsed from the Nmap output and stored in a Word document (.docx) in a beautified format.

Usage

python nmap_xml_parser.py -f <nmap_xml_output_file> -o <output_file>

Example:
python nmap_xml_parser.py -f nmap_result.xml -o parsed_result

As a result of the command above, a file named parsed_result.docx is created.

How Does The Output Look Like?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages