Skip to content

Extract and summarize information from Nmap XML scan output.

License

Notifications You must be signed in to change notification settings

Mister-Joe/nmap-xml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

nmap-xml-parser

What is it?

A tool to parse XML output from Nmap scans & extract/summarize key information. At the moment, 4 parsing options are available as shown in the image above.

How does it work?

Using Python and the xml.etree.ElementTree module. There are no special dependencies other than Python 3.2 or above. Simply git clone & you're ready to go.

What's next?

Let's colloborate! By all means, submit a pull request. There are so many more parsing options/features that can be added, your imagination is the limit.