An open API service indexing awesome lists of open source software.

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.

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
```
![alt text](./Image/2024-06-02_11-01.png)

## To clone the associated GitHub repository, add the -d flag:

```
poc-finder -cve CVE-XXXX-XXXX -d
```
![alt text](./Image/2024-06.png)

## Sources

Please feel free to issue pull requests with new sources! :)