Skip to content

Python script to parse nmap results in a fraction of time

License

Notifications You must be signed in to change notification settings

AdmiralGaust/nmap-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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