File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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
7
7
8
8
## Usage
9
9
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` .
13
13
14
14
## Script Description
15
15
@@ -30,6 +30,7 @@ This script uses the National Vulnerability Database (NVD) API to fetch Common V
30
30
12 . Interactive Prompt: The script employs an interactive prompt to guide users through the process of entering the software component and version.
31
31
13 . Automated Querying: The script automates the process of querying and fetching CVE details, saving users time and effort.
32
32
14 . 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.
33
34
34
35
### Prerequisites
35
36
You can’t perform that action at this time.
0 commit comments