Analysis updated 2026-07-17
Study a real proof-of-concept exploit to understand how a specific vulnerability works.
Verify that a disclosed vulnerability is actually exploitable before patching.
Learn C-based exploitation techniques from working example code.
| v12-security/pocs | 0xdeadbeefnetwork/ssh-keysign-pwn | torvalds/pesconvert | |
|---|---|---|---|
| Stars | 486 | 514 | 562 |
| Language | C | C | C |
| Last pushed | — | — | 2022-12-22 |
| Maintenance | — | — | Dormant |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 4/5 | 2/5 |
| Audience | researcher | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
README is minimal with no build instructions, expect to read each PoC's source directly, and only run exploit code in an isolated, controlled environment.
This is a repository from v12-security that collects proof-of-concept (PoC) exploit code, short programs that demonstrate real security vulnerabilities in software. PoCs are commonly published by security researchers to prove that a discovered vulnerability is actually exploitable, which helps push vendors to release patches. The code in this repo is written primarily in C. The description and readme are minimal, simply stating that PoCs will be released here over time.
A collection of proof-of-concept exploit code in C from security researcher v12-security, demonstrating real software vulnerabilities to prove they're exploitable and push vendors toward patches.
Mainly C. The stack also includes C.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.