Skip to content

A Python script that automates Nmap scans with the vulners database, parses the results to identify vulnerabilities, and categorizes them by severity. Results are color-coded in the terminal and saved to CSV files.

Notifications You must be signed in to change notification settings

aelharda/Nmap-vulners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Nmap Vulnerability Scanner + Vulners

This project provides an automated script to perform Nmap scans with the vulners script enabled and parses the scan results to identify vulnerabilities. The parsed results are saved in CSV files.

Features

  • Executes Nmap scans with the vulners script
  • Parses Nmap scan results using libnmap
  • Categorizes vulnerabilities based on their severity
  • Saves parsed scan results to CSV files
  • Uses color coding for terminal output based on severity

Requirements

  • Python 3.x
  • nmapparser
  • python-libnmap
  • colorama
  • termcolor

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/nmap-vulnerability-scanner.git
cd nmap-vulnerability-scanner
pip install -r requirements.txt
python Nmap_scan.py

About

A Python script that automates Nmap scans with the vulners database, parses the results to identify vulnerabilities, and categorizes them by severity. Results are color-coded in the terminal and saved to CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%