CVE Checker is a simple Go program that allows you to retrieve information about Common Vulnerabilities and Exposures (CVEs) from GitHub repositories.
- Fetch CVE details based on the CVE ID.
- Optionally clone the GitHub repository associated with the CVE.
If you have Go installed and configured (i.e. with $GOPATH/bin
in your $PATH
)
go install -v github.com/4m3rr0r/poc-finder@latest
poc-finder -cve CVE-XXXX-XXXX
poc-finder -cve CVE-XXXX-XXXX -d
Please feel free to issue pull requests with new sources! :)