The AI-Powered Agent Harness for Professional Bug Bounty Hunting
Your AI copilot that sees live traffic, remembers past hunts, and hunts autonomously. The community made a meme coin to support the project CA: J6VzBAGnyyNEyzyHhauwg3ofRctFxnTLzQCcjUdGpumpby shuvonsec
Most bug bounty toolkits give you a bag of scripts. You still have to:
Figure out what to test and in what order
Waste hours on false positives that get rejected
Write reports from scratch every time
Forget what worked on previous targets
Context-switch between 15 different terminal windows
The Solution
Claude Bug Bounty is an agent harness โ not just scripts. It reasons about what to test, validates findings before you waste time writing them up, remembers what worked across targets, and generates reports that actually get paid.
Before
After
Run scripts manually, hope for the best
AI orchestrates 25+ tools in the right order
Write reports from scratch (45 min each)
Report-writer agent generates submission-ready reports in 60s
Forget what worked last month
Persistent memory โ patterns from target A inform target B
Can't see live traffic from Claude
Burp MCP integration โ Claude reads your proxy history
Hunt one endpoint at a time
/autopilot runs full hunt loops with safety checkpoints
Quick Start
Step 1 โ Install
git clone https://github.com/shuvonsec/claude-bug-bounty.git
cd claude-bug-bounty
chmod +x install.sh && ./install.sh
Step 2 โ Hunt
claude # Start Claude Code
/recon target.com # Discover attack surface
/hunt target.com # Test for vulnerabilities
/validate # Check finding before writing
/report # Generate submission-ready report
Step 3 โ Go Autonomous(new in v3)
/autopilot target.com --normal # Full autonomous hunt loop
/intel target.com # Fetch CVE + disclosure intel
/resume target.com # Pick up where you left off
Cross-target learning โ patterns from target A suggested when hunting target B
MCP Integrations โ Burp + HackerOne
Burp Suite MCP โ Claude can read your proxy history, replay requests through Burp, use Collaborator payloads. Your AI copilot now sees the same traffic you do.
HackerOne MCP โ Public API integration:
search_disclosed_reports โ search Hacktivity by keyword or program
1. READ FULL SCOPE verify every asset before the first request
2. NO THEORETICAL BUGS "Can attacker do this RIGHT NOW?" โ if no, stop
3. KILL WEAK FAST Gate 0 is 30 seconds, saves hours
4. NEVER OUT-OF-SCOPE one request = potential ban
5. 5-MINUTE RULE nothing after 5 min = move on
6. RECON ONLY AUTO manual testing finds unique bugs
7. IMPACT-FIRST "worst thing if auth broken?" drives target selection
8. SIBLING RULE 9 endpoints have auth? check the 10th
9. AโB SIGNAL confirming A means B exists nearby โ hunt it
10. VALIDATE FIRST 7-Question Gate (15 min) before report (30 min)
For authorized security testing only. Only test targets within an approved bug bounty scope.
Never test systems without explicit permission. Follow responsible disclosure practices.
MIT License
Built by bug hunters, for bug hunters.
If this helped you find a bug, leave a star.
Release History
Version
Changes
Urgency
Date
v4.0.0
## Meme Coin Security Module New `/token-scan` command and full meme coin rug pull detection for EVM and Solana tokens. ### New Files (8) | Component | What It Does | |---|---| | `skills/meme-coin-audit/SKILL.md` | New skill โ rug pull detection, token authority checks, bonding curve exploits | | `tools/token_scanner.py` | Automated red flag scanner โ hidden mint, honeypot, fee traps, LP drain, fake renounce | | `agents/token-auditor.md` | Fast token audit agent (8-class protocol) | | `comman
High
4/13/2026
v3.0.0
## Bionic Hunter Release Transforms Claude Bug Bounty from a knowledge-only tool into a **bionic hacker** -- AI that sees your traffic, remembers past hunts, fetches real-time intel, and runs autonomous hunt loops. ### New Features **Autonomous Hunt Loop** (`/autopilot`) - 7-step loop: scope, recon, rank, hunt, validate, report, checkpoint - 3 modes: `--paranoid` (stop per finding), `--normal` (batch), `--yolo` (minimal checkpoints) - Circuit breaker stops hammering hosts after consecutive fa
Medium
3/26/2026
Dependencies & License Audit
Loading dependencies...
Similar Packages
vikramadityaAutonomous VAPT platform. Give it a target (FQDN, IP, CIDR) โ it hunts, it reports. Inspired by the Obsidian Order.main@2026-04-20
RedTeam-MCPAutomate red teaming by using AI to plan attacks, run security tools, move laterally, and escalate privileges in network environments.main@2026-04-21
linkedin-mcp-serverOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI assistant access to profiles, companies, jobs, and messages.v4.9.3
Pentest-SkillTransform any LLM into an autonomous security testing agent with structured prompts for seven-phase vulnerability hunting.0.0.0
secure-claude-codeSecurity guardrails for Claude Code, MCP tools, and Claude cowork workflows. Local-first modular YARA-style guard packs for secrets, exfiltration, prompt injection, MCP abuse, and risky agent actions.v15.0.0