Find security vulnerabilities, get paid โ with AI doing the heavy lifting
Your AI hunting partner that remembers past targets, spots vulnerabilities, and writes reports for you. The community made a meme coin to support the project CA: J6VzBAGnyyNEyzyHhauwg3ofRctFxnTLzQCcjUdGpumpby shuvonsec
Bug bounty hunting is when companies pay you real money to find security vulnerabilities in their websites and apps before bad actors do. Platforms like HackerOne and Bugcrowd connect hunters with companies. Payouts range from $100 to $1,000,000+ depending on severity.
This tool is a plugin for Claude Code (Anthropic's AI coding assistant) that turns it into a professional bug bounty hunting partner. Instead of juggling 15 different tools and writing reports from scratch, you just type a command and the AI handles the rest.
In plain terms:
You give it a target website
It automatically scans the site, finds vulnerabilities, validates they're real, and writes a professional report
It remembers what you found on past targets and applies that knowledge to new ones
You can even put it on autopilot and let it hunt on its own while you sleep
Who is it for?
Security researchers who want to move faster
Bug bounty hunters who are tired of the manual grind
People learning security who want AI guidance at every step
The Problem (Before This Tool)
Most hunters waste hours on things that shouldn't take that long:
Manually running 10+ tools in the right order just to map a target
Writing the same report structure from scratch every single time (45 min each)
Forgetting that a technique worked on a similar target 3 months ago
Submitting bugs that get rejected because they weren't properly validated first
Jumping between terminal windows, browser, notes, and report drafts
The Solution (After This Tool)
Before
After
Run 10+ tools manually, hope for the best
AI orchestrates everything 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
Memory system โ patterns from target A inform target B
Submit bugs without proper validation
7-Question Gate kills weak findings before you waste time reporting
Can't see live browser traffic
Burp MCP โ AI reads your proxy history in real time
Hunt one endpoint at a time
/autopilot runs the full hunt loop while you watch
Quick Start
Prerequisite: You need Claude Code installed. It's Anthropic's free AI coding tool that runs in your terminal.
Step 1 โ Install tools + skills
git clone https://github.com/shuvonsec/claude-bug-bounty.git
cd claude-bug-bounty
chmod +x install_tools.sh && ./install_tools.sh # installs scanning tools (subfinder, httpx, nuclei...)
chmod +x install.sh && ./install.sh # installs AI skills + commands into Claude Code
Step 2 โ Start hunting
claude # open Claude Code in your terminal
/recon target.com # step 1: map the target (subdomains, live pages, URLs)
/hunt target.com # step 2: test for vulnerabilities
/validate # step 3: make sure the finding is real before writing it up
/report # step 4: generate a professional submission report
That's the core loop. Four commands, full workflow.
Step 3 โ Go autonomous
/autopilot target.com --normal # AI does the whole thing, pauses for your review at the end
/pickup target.com # continue where you left off on a previous target
/intel target.com # get CVEs + disclosed reports relevant to this target
Don't use Claude Code? Run the Python tools directly:
Each step feeds the next. Claude orchestrates all of it, or you run any step on its own.
Commands
The Core 4 (start here)
Command
What It Does
When To Use
/recon target.com
Maps the target โ finds all subdomains, live pages, APIs, and runs basic scans
Always first
/hunt target.com
Actively tests for vulnerabilities using the right technique for the tech stack
After recon
/validate
Runs a 7-question check to confirm a finding is real before you write it up
Before every report
/report
Generates a professional submission report for H1/Bugcrowd/Intigriti/Immunefi
After validation
Power Commands
Command
What It Does
/autopilot target.com
AI runs the full loop automatically โ recon โ hunt โ validate โ report
/surface target.com
Shows a ranked list of the best places to test (based on your past findings)
/pickup target.com
Shows untested endpoints from last session and picks up where you left off
/remember
Saves the current finding or technique to memory for future use
/intel target.com
Pulls CVEs and past disclosed reports relevant to this target
/chain
When you find bug A, this finds bugs B and C that usually come with it
/scope <asset>
Checks if a domain or URL is in scope before you test it
/triage
Quick 2-minute go/no-go check โ should you keep investigating or move on?
/web3-audit <contract>
Full smart contract security audit with 10 bug class checklist
/token-scan <contract>
Scans a meme coin or token for rug pull signals (EVM + Solana)
AI Agents
8 specialized agents, each built for one job:
Agent
What It Does
recon-agent
Finds all subdomains, live hosts, and URLs for a target
report-writer
Writes professional, impact-first reports that get paid
validator
Runs the 7-Question Gate โ kills weak findings before you waste time
web3-auditor
Audits smart contracts for 10 common vulnerability classes
chain-builder
When you find one bug, finds the chain of related bugs
autopilot
Runs the whole hunt loop autonomously with safety checkpoints
recon-ranker
Ranks the attack surface so you test the highest-value targets first
token-auditor
Fast meme coin / token rug pull and security analysis
What's New
v4.1.0 โ Auto-Memory + README (Apr 2026)
Auto-memory at session end โ the AI now automatically logs what it tested and found after every hunt session. Memory used to stay empty until you manually ran /remember. Now the flywheel starts on day 1.
README badge and stats updated, install_tools.sh added to Quick Start (was missing)
hunt-memory/ added to .gitignore (contains full URL history, shouldn't be committed)
v4.0.0 โ Meme Coin Security Module (Apr 2026)
/token-scan <contract> โ automated rug pull scanner for EVM and Solana tokens
1. READ FULL SCOPE FIRST โ only test what the program says you can
2. ONLY REAL BUGS โ "Can an attacker do this RIGHT NOW?" if no, stop
3. KILL WEAK FINDINGS FAST โ 30-second check saves hours of wasted reporting
4. NEVER GO OUT OF SCOPE โ one wrong request can get you banned
5. 5-MINUTE RULE โ no progress after 5 min? move to the next target
6. VALIDATE BEFORE REPORT โ run /validate before you spend 30 min writing
7. IMPACT FIRST โ start with the bugs that have the worst consequences
For authorized security testing only. Only test targets within an approved bug bounty program scope.
Never test systems without explicit written permission. Follow responsible disclosure.
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
v1.0.0
## Initial Release AI-assisted bug bounty hunting with Claude Code โ point it at any target and Claude maps the attack surface, runs scanners, validates findings, and writes the HackerOne or Bugcrowd report. ### What's included - Full recon pipeline โ subdomain enum, DNS resolution, live host detection, URL crawling - Vulnerability scanners โ IDOR, SSRF, XSS, SQLi, OAuth, GraphQL, LLM injection, race conditions - AI/LLM testing โ prompt injection, chatbot IDOR, system prompt extraction - Web3
Low
3/13/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.v9.0.1
RedTeam-MCPAutomate red teaming by using AI to plan attacks, run security tools, move laterally, and escalate privileges in network environments.main@2026-06-04
linkedin-mcp-serverOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI assistant access to profiles, companies, jobs, and messages.v4.13.2
claude-skills220+ Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents โ engineering, marketing, product, compliance, C-level advisory.v2.9.0
Pentest-SkillTransform any LLM into an autonomous security testing agent with structured prompts for seven-phase vulnerability hunting.0.0.0