Skip to content

Commit cc5dfb4

Browse files
authored
Update README.md
1 parent bdd1cb7 commit cc5dfb4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3030
12. Interactive Prompt: The script employs an interactive prompt to guide users through the process of entering the software component and version.
3131
13. Automated Querying: The script automates the process of querying and fetching CVE details, saving users time and effort.
3232
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.
3334

3435
### Prerequisites
3536

0 commit comments

Comments
 (0)