Skip to content
/ g3tcve Public

Easily retrieve details of any CVE directly from your terminal, including the CVE 'description', 'CVSS', 'CWE-ID', and relevant 'hyperlinks'.

License

Notifications You must be signed in to change notification settings

alwin-7/g3tcve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

g3tcve

Quickly fetch CVE details directly in your terminal!

Overview

Hey Folks!
This simple Python CLI tool allows you to retrieve details of any CVE (Common Vulnerabilities and Exposures) by just providing its CVE ID. The tool fetches data from the National Vulnerability Database (nvd.nist.gov) and displays it in your terminal, saving you time and eliminating the need to open a browser.

Requirements

Install termcolor python library for colored output.
You can use pip

pip install termcolor

Install

git clone https://github.com/alwin-7/g3tcve.git

Usage

cd g3tcve
python3 g3tcve.py -i CVE-2024-4369

g3tcve-png

About

Easily retrieve details of any CVE directly from your terminal, including the CVE 'description', 'CVSS', 'CWE-ID', and relevant 'hyperlinks'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages