Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolksachan committed Sep 11, 2023
1 parent 68f2e3e commit 5f79859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ This script uses the National Vulnerability Database (NVD) API to fetch Common V
13. Automated Querying: The script automates the process of querying and fetching CVE details, saving users time and effort.
14. API Integration: It leverages the NVD API to retrieve and present accurate CVE information for the specified software version.
15. Store results in text: Store the results in a nice formatted way.
16. Add every CVE public exploit availability.

### Prerequisites

- Python (3.6+ recommended)
- `requests` library (`pip install requests`)
- `termcolor` library (`pip install termcolor`)
- `pyExploitDb` library (`pip install pyExploitDb==1.0.0`)

### Execution

Expand Down

0 comments on commit 5f79859

Please sign in to comment.