royharoush / nMap_Merger

Merge multiple nMap xml files into one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nMap_Merger


Requires python3

Merge multiple nMap xml files into one XML
If you have xsltproc installed it will output in HTML
ex: sudo apt-get install xsltproc

usage: nMapMerge.py [-h] [-f FILE] [-d DIR] [-q]

optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE parse FILE
--d DIR, --dir DIR Parse all xml in directory
--q, --quiet don't print status messages to stdout


nMapMerge.py -f nMap_out.xml
nMapMerge.py -d /root/nMap/

About

Merge multiple nMap xml files into one


Languages

Language:Python 100.0%