secinto / nmapMerge

Merge multiple nMap xml files into one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nmapMerge

Tool for merging NMAP XML output files into one.

GitHub Watchers GitHub Stars GitHub License

Developed by Stefan Kraxberger (https://twitter.com/skraxberger/)

Released as open source by secinto GmbH - https://secinto.com/
Released under Apache License version 2.0 see LICENSE for more information

Description

nmapMerge is a Python3 tool which collects all XML files (except files named dpux_clean) from the specified directory or file and creates a combined XML file as output. If xsltproc is installed also the HTML output is immediately created.

Usage:
  python3 nmapMerge.py [flags]

Flags:
INPUT:
   -d, --dir  string  The directory from which all XML files should be parsed and merged
   -f, --file string  An explicit file which should be parsed to be combined

OUTPUT:
   -o, --output  string  file and path to which the merged content should be written. 

DEBUG:
   -q, --quiet     don't print status messages to stdout
   -h              show this help

About

Merge multiple nMap xml files into one


Languages

Language:Python 100.0%