Collects PoC exploit code on Github
Find a file
2025-03-28 07:49:35 -05:00
.forgejo/workflows relax host key checking 2025-03-28 07:49:35 -05:00
exploits 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
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 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.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 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

Github PoC Exploit Collector

Project Overview

A Rust application that searches a GitHub for repositories related to specific CVE IDs and stores results in yearly directories.

Project Structure