/nmap-parser

Python script to parse nmap results in a fraction of time

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nmap-parser

nmap-parser is a script written in python which can parse even hundreds of nmap reports within no time. It allows the user to search for specific vulnerabilities in the report generated by nmap.

As an output the script provides all the ips along with their ports having that particular vulnerabilty.

Quick-Installation

git clone https://github.com/AdmiralGaust/nmap-parser.git

Usage

  1. cd into the folder nmap-parser

  2. open the nmap-parser.py file with your favourite text editor

  3. search for the line keyword_list=["sweet32","rc4","cbc","rsa"]

  4. Now, replace the keywords with the vulnerabilities which you want to search and save the changes

  5. python nmap-parser.py