Collects PoC exploit code on Github
Find a file
2025-04-03 01:11:07 +00:00
.forgejo/workflows add GITHUB_ACCESS_TOKEN envar 2025-03-28 08:51:30 -05:00
exploits Update recent feed data 2025-04-03 01:11:07 +00:00
nvd_feeds Update recent feed data 2025-03-28 14:03:29 +00:00
src Initial Commit. Rust program that searches GitHub for PoC exploit code and stores the results in json files 2025-03-27 09:33:15 -05:00
.gitignore removed exploits/* from gitignore so action can commit found data 2025-03-28 09:08:44 -05:00
Cargo.lock Initial Commit. Rust program that searches GitHub for PoC exploit code and stores the results in json files 2025-03-27 09:33:15 -05:00
Cargo.toml Initial Commit. Rust program that searches GitHub for PoC exploit code and stores the results in json files 2025-03-27 09:33:15 -05:00
README.md updated README 2025-03-29 09:59:28 -05:00

GitHub POC Exploit Collector

A tool for collecting and organizing proof-of-concept (POC) code from GitHub repositories that demonstrate security vulnerabilities.

Overview

This tool automates the process of finding, downloading, and organizing security-related POC code from GitHub. It helps security researchers and professionals gather exploit code for analysis, testing, and educational purposes.

Features

  • Search Automation: Searches GitHub for repositories containing POC code for specified CVEs or vulnerabilities
  • Batch Processing: Handles multiple CVE searches in a single run
  • Local Organization: Creates a structured directory of downloaded repositories for easy reference

Installation

# Clone the repository
git clone https://git.mcdevitt.tech/bpmcdevitt/github_poc_collector.git
cd github_poc_collector

Usage

# build it
cargo build

# run it --recent feed
cargo run -- --feed recent

# run it --full feed
cargo run -- --feed full