You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,9 @@ This script uses the National Vulnerability Database (NVD) API to fetch Common V
30
30
13. Automated Querying: The script automates the process of querying and fetching CVE details, saving users time and effort.
31
31
14. API Integration: It leverages the NVD API to retrieve and present accurate CVE information for the specified software version.
32
32
15. Store results in text: Store the results in a nice formatted way [In first version, not supported any more]
33
-
16. Add every CVE public exploit availability feature by [@meppohak5](https://github.com/meppohak5)
33
+
16. Add every CVE public exploit via `pyExploitDb` feature by [@meppohak5](https://github.com/meppohak5)
34
34
17. The v2.1 release of the code optimizes the previous version by incorporating asynchronous HTTP requests using the aiohttp library, faster response time.
0 commit comments