File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ This script fetches CVE details for a given component and version by identifying
77
88## Usage
99
10- 1 . Make sure you have Python installed on your system.
11- 2 . Install required libraries using ` pip install requests colorama ` .
12- 3 . Run the script using ` python threattracer.py` .
10+ 1 . Make sure you have Python3 installed on your system.
11+ 2 . Install required libraries using ` pip3 install -r requirements.txt ` .
12+ 3 . Run the script using ` python3 threattracer.py` .
1313
1414## Script Description
1515
@@ -30,6 +30,7 @@ This script uses the National Vulnerability Database (NVD) API to fetch Common V
303012 . Interactive Prompt: The script employs an interactive prompt to guide users through the process of entering the software component and version.
313113 . Automated Querying: The script automates the process of querying and fetching CVE details, saving users time and effort.
323214 . API Integration: It leverages the NVD API to retrieve and present accurate CVE information for the specified software version.
33+ 15 . Store results in text: Store the results in a nice formatted way.
3334
3435### Prerequisites
3536
You can’t perform that action at this time.
0 commit comments