Skip to content

ysahih/CVE-Vulnerability-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CVE Vulnerability Analyzer

This Python script fetches Common Vulnerabilities and Exposures (CVE) data from the National Vulnerability Database (NVD), filters the data using pandas, and prints out random descriptions of vulnerabilities. Getting Started Prerequisites

Python 3.x
Pandas library
Requests library

Installation

Clone the repository or download the script file to your local machine.

Install the required libraries by running the following command:

pip install pandas requests

Usage

Run the script by executing the following command:

python cve_analyzer.py

The script will fetch the latest CVE data from the NVD API and parse it.

It will print out random descriptions of vulnerabilities discovered in the year 2000.

Acknowledgments

The National Vulnerability Database (NVD) for providing the CVE data.
The pandas library developers for their powerful data manipulation capabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages