https://github.com/4m3rr0r/poc-finder
CVE Checker is a simple Go program that allows you to retrieve information about Common Vulnerabilities and Exposures (CVEs) from GitHub repositories.
https://github.com/4m3rr0r/poc-finder
cve cves github-poc go poc poc-finder
Last synced: 28 days ago
JSON representation
CVE Checker is a simple Go program that allows you to retrieve information about Common Vulnerabilities and Exposures (CVEs) from GitHub repositories.
- Host: GitHub
- URL: https://github.com/4m3rr0r/poc-finder
- Owner: 4m3rr0r
- License: mit
- Created: 2024-06-01T09:04:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T05:06:20.000Z (11 months ago)
- Last Synced: 2025-02-03T21:58:06.326Z (3 months ago)
- Topics: cve, cves, github-poc, go, poc, poc-finder
- Language: Go
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poc-finder
CVE Checker is a simple Go program that allows you to retrieve information about Common Vulnerabilities and Exposures (CVEs) from GitHub repositories.## Features
- Fetch CVE details based on the CVE ID.
- Optionally clone the GitHub repository associated with the CVE.
## Installation
If you have Go installed and configured (i.e. with `$GOPATH/bin` in your `$PATH`)```
go install -v github.com/4m3rr0r/poc-finder@latest
```
## Usage```
poc-finder -cve CVE-XXXX-XXXX
```
## To clone the associated GitHub repository, add the -d flag:
```
poc-finder -cve CVE-XXXX-XXXX -d
```
## Sources
Please feel free to issue pull requests with new sources! :)