Quickly fetch CVE details directly in your terminal!
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.
Install termcolor python library for colored output.
You can use pip
pip install termcolor
git clone https://github.com/alwin-7/g3tcve.git
cd g3tcve
python3 g3tcve.py -i CVE-2024-4369
