Hunt banner
Mikacr1138 Mikacr1138

Hunt

Security community

Description

--- description: Start hunting on a target — loads scope, reads disclosed reports, picks best attack surface based on tech stack, runs targeted vuln checks. Usage: /hunt target.com [--vuln-class ssrf|idor|xss|sqli|oauth|race|graphql|llm|upload|business-logic] --- # /hunt Active vulnerability hunting on a target. ## What This Does 1. Reads program scope (in-scope assets, exclusions, payment behavior) 2. Loads recon output from `recon/<target>/` if available 3. Detects tech stack and maps to p

Installation

Installs to ~/.claude/skills/mikacr1138-claude-bug-bounty-hunt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikacr1138-claude-bug-bounty-hunt && curl -fsSL https://raw.githubusercontent.com/Mikacr1138/claude-bug-bounty/HEAD/commands/hunt.md -o ~/.claude/skills/mikacr1138-claude-bug-bounty-hunt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository