Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitLabGitLab/wattocyber/bug-bounty-library
ReconnaissanceVulnerability AnalysisWeb SecurityFuzzingPenetration TestingSubdomain EnumerationLearning & EducationCurated ResourcesLearning Paths & Courses
GitLabwattocyber/bug-bounty-library

bug-bounty-library

Curated bug-bounty methodology library with runbooks, recon/fuzz playbooks, checklists, and CLI helpers for target scoping, cert enumeration, and prior-art review.

1h 52m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View RepositoryWebsite

Bug Bounty / Original Findings Library

Bug Bounty Notes banner

Run this first: [[06-alpha-runbook/ALPHA]]

That file is the if-then instruction book (recon → check → test → tools) with HUMAN / AI / TOOL on every step. This README is only the map.

Authorization only. Safe harbor, VDP, GitHub PVR, or coordinated disclosure. No other-customer data. No exploit recipes.

Map

FolderWhat it is
[[06-alpha-runbook/ALPHA]]Instruction book — do the hunt from here
[[00-methodology/00-INDEX]]Why the spine/gates/agent contract exist
[[00-methodology/08-gap-search]]Last internet pass: added holes vs rejected fluff
[[01-playbooks/00-INDEX]]Class depth after ALPHA tells you the stack
[[01-playbooks/00-recon-fuzz]]Phase 2 — inventory, JS harvest, directed ffuf, local OSS fuzz
[[02-writeups/00-INDEX]]Distilled writeup cards + catalog patterns
[[02-writeups/2026-sources]]2026 catalogs and processes people actually used
[[03-tools/README]]Read-only CLIs
[[04-prompts/00-INDEX]]Extract / reject / structure — never exploits
[[05-checklists/intake]]Printable one-pagers (same gates as ALPHA)
[[BOOK-Original-Findings-Playbook]]Narrative market + resume packet — not the runbook

Commands ALPHA calls

root@kitploit:~
python3 tools/classify_target.py --intake out/target-card.yaml -o out/stack.yaml
python3 tools/target_score.py --intake out/target-card.yaml
python3 tools/crt_enum.py --intake out/target-card.yaml -o out/crt-names.txt
python3 tools/prior_art_desk.py --product "…" --repo "owner/name" -o out/prior-art.md
python3 tools/catalog_query.py --q "…" --year 2025 --sort bounty --limit 25
python3 tools/object_graph_stub.py --schema schema.graphql -o out/matrix.csv

Copy [[06-alpha-runbook/templates/target-card.example]] to out/target-card.yaml. Hunt only if target_score.py prints ≥10.

This repo is the library only (extracted from WattoCyber/oscp-notes-2026). Hunt from ALPHA. Known-CVE feeds are GHSA / OSV / NVD via tools/prior_art_desk.py, not a submission queue.

Repo: https://gitlab.com/WattoCyber/bug-bounty-library

Download Tool