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.
git clone https://github.com/AdmiralGaust/nmap-parser.git
-
cd into the folder nmap-parser
-
open the nmap-parser.py file with your favourite text editor
-
search for the line keyword_list=["sweet32","rc4","cbc","rsa"]
-
Now, replace the keywords with the vulnerabilities which you want to search and save the changes
-
python nmap-parser.py