NMAP file parser

The program available herearrow-up-right will parse results of nmap scan from an input file, provided to the program:

Installation

  • Clone the repository

  • Install dependencies

pip3 install -r requirements.txt

Cheat sheet

python3 gnmap_parser.py -in input_file.gnmap

or

python3 gnmap_parser.py -in input_file.xml

After parsing the file, the results will be organized in an output csv file, called {input_file}_xml.csv or {input_file}_gnmap.csv and stored in the working directory.

Help command

python3 gnmap_parser.py --help

Last updated