{"id":50095441,"url":"https://github.com/unclecheng-li/poc-lab","last_synced_at":"2026-05-27T07:00:34.104Z","repository":{"id":359138972,"uuid":"1244665294","full_name":"Unclecheng-li/poc-lab","owner":"Unclecheng-li","description":"Recent CVE PoC \u0026 reproduction scripts. Focused on high-severity vulnerabilities across Linux kernel, Windows, macOS and more.","archived":false,"fork":false,"pushed_at":"2026-05-26T00:57:50.000Z","size":1230,"stargazers_count":370,"open_issues_count":0,"forks_count":67,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-05-26T06:34:29.353Z","etag":null,"topics":["c","cybersecurity","linux","poc","python","python3","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Unclecheng-li.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-20T13:31:52.000Z","updated_at":"2026-05-26T06:17:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9a57992-2a36-42c5-b9d5-79f12fce543b","html_url":"https://github.com/Unclecheng-li/poc-lab","commit_stats":null,"previous_names":["unclecheng-li/poc-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Unclecheng-li/poc-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unclecheng-li%2Fpoc-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unclecheng-li%2Fpoc-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unclecheng-li%2Fpoc-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unclecheng-li%2Fpoc-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unclecheng-li","download_url":"https://codeload.github.com/Unclecheng-li/poc-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unclecheng-li%2Fpoc-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33554780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cybersecurity","linux","poc","python","python3","vulnerability"],"created_at":"2026-05-23T03:11:58.117Z","updated_at":"2026-05-27T07:00:34.086Z","avatar_url":"https://github.com/Unclecheng-li.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# poc-lab\n\n**English** | [中文](./README.zh-CN.md)\n\n\u003e PoC \u0026 reproduction scripts for recently disclosed high-severity vulnerabilities.\n\nFocused on **fresh, impactful CVEs** — Linux kernel, Windows, macOS, containers, services, and beyond.\n\n## What's Inside\n\nEach vulnerability directory follows a consistent layout:\n\n| File | Purpose |\n|------|---------|\n| `exploit.py` / `exploit.sh` | PoC script |\n| `README.md` | CVE info, affected versions, reproduction steps, references |\n\n## Directory Structure\n\n```\npoc-lab/\n├── CVE-2026-XXXXX/       # One directory per CVE\n│   ├── exploit\n|   ├── build\n│   └── README.md\n├── VULN-NAME/            # Or by vulnerability name if no CVE assigned\n│   ├── exploit.sh\n│   └── README.md\n└── ...\n```\n\nDirectories are organized by **CVE identifier** (e.g. `CVE-2026-31431/`). When a vulnerability has no assigned CVE, use its public name (e.g. `RedSun/`, `YellowKey/`).\n\nBrowse the repository root to see all available PoCs — the list grows as new vulnerabilities are disclosed and reproduced.\n\n## Quick Start\n\n```bash\n# Clone\ngit clone https://github.com/Unclecheng-li/poc-lab.git\ncd poc-lab\n\n# Pick a vulnerability directory\ncd \u003cCVE-or-NAME\u003e\n\n# Read the reproduction guide first\ncat README.md\n\n# Run the PoC\npython3 exploit.py   # or: bash exploit.sh\n```\n\n## Contributing\n\nPoC additions are welcome. To add a new vulnerability:\n\n1. Create a directory named after the CVE or vulnerability name\n2. Include the PoC script (`exploit.py` / `exploit.sh`) and a `README.md` with:\n   - CVE identifier \u0026 vulnerability name\n   - Affected versions / components\n   - Step-by-step reproduction guide\n   - References (advisory links, patch commits, credits)\n3. Open a Pull Request\n\n## Disclaimer\n\nThis repository is for **security research and educational purposes only**.\n\n- Do NOT use these PoCs against systems you don't own or lack authorization to test.\n- The author assumes no liability for misuse.\n- Always follow responsible disclosure practices.\n\n## Links\n\n- [VulnClaw](https://github.com/Unclecheng-li/VulnClaw) — AI-powered penetration testing framework\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclecheng-li%2Fpoc-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclecheng-li%2Fpoc-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclecheng-li%2Fpoc-lab/lists"}