CVEMAP
OVERVIEW
CVEMAP is a project written in Go, under the MIT license, with the objective, I quote: "to easily navigate through the jungle of CVEs". In the context of the project, this tool allows easy listing of targeted CVEs within JSON files by technology.
INSTALLATION
On the Linux server that will execute the script, open a terminal and enter the following command:
go install github.com/projectdiscovery/cvemap/cmd/cvemap@latest
API KEY RETRIEVAL
Visit the project discovery website.
Create an account.
In the top right corner, select "API Key".
Copy the displayed API key.
PROVIDE THE API KEY
Still on the Linux server that will execute the script, open a terminal:
Navigate to the cvemap directory.
Enter the following command:
cvemap -auth
Provide the previously copied API key.
Last updated