To access the cvemap API data you need a ProjectDiscovery Cloud Platform (PDCP) account and API key. Check out Running for details.
Enter the command below in a terminal to install ProjectDiscovery’s cvemap using Go.
go install github.com/projectdiscovery/cvemap/cmd/cvemap@latest

Installation Notes

  • cvemap requires the latest version of Go
  • Add the Go bin path to the system paths. On OSX or Linux, in your terminal use
echo export $PATH=$PATH:$HOME/go/bin >> $home/.bashrc
source $home/.bashrc