Skip to content

Commit ae027aa

Browse files
authored
Update README.md
1 parent 569871b commit ae027aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ This script uses the National Vulnerability Database (NVD) API to fetch Common V
3232
14. API Integration: It leverages the NVD API to retrieve and present accurate CVE information for the specified software version.
3333
15. Store results in text: Store the results in a nice formatted way [In first version, not supported any more]
3434
16. Add every CVE public exploit availability.
35+
17. The v2.1 release of the code optimizes the previous version by incorporating asynchronous HTTP requests using the aiohttp library, faster response time.
3536

3637
### Prerequisites
3738

3839
- Python (3.6+ recommended)
39-
- `requests` library (`pip install requests`)
40-
- `termcolor` library (`pip install termcolor`)
41-
- `pyExploitDb` library (`pip install pyExploitDb==1.0.0`)
40+
- `requests` library (`pip3 install requests`)
41+
- `termcolor` library (`pip3 install termcolor`)
42+
- `pyExploitDb` library (`pip3 install pyExploitDb==1.0.0`)
43+
- `aiohttp` library (`pip3 install aiohttp`)
4244

4345
### Execution
4446

0 commit comments

Comments
 (0)