arsenal
Show which external bug-bounty tools are installed on this machine and print install hints for the missing ones. Curated from high-signal repos. Use to…
Hunt leaked credentials in a filesystem path, git history, JS bundles from a recon run, or an entire GitHub org. Wraps trufflehog (verifies live keys against issuer APIs), noseyparker (fast on huge histories), and gitleaks (default rule pack). Falls back to a regex grep if no
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/secrets-huntContext preview
What this command does when you run it.
Hunt leaked credentials in a filesystem path, git history, JS bundles from a recon run, or an entire GitHub org. Wraps trufflehog (verifies live keys against issuer APIs), noseyparker (fast on huge histories), and gitleaks (default rule pack). Falls back to a regex grep if no
description: Hunt leaked credentials in a filesystem path, git history, JS bundles from a recon run, or an entire GitHub org. Wraps trufflehog (verifies live keys against issuer APIs), noseyparker (fast on huge histories), and gitleaks (default rule pack). Falls back to a regex grep if no scanner is installed. Usage: /secrets-hunt --filesystem <dir> | --git <repo> | --js-bundle <recon-dir> | --github-org <org>
Find leaked API keys, tokens, and credentials — verified when possible.
/secrets-hunt --filesystem /path/to/project /secrets-hunt --git https://github.com/target/repo /secrets-hunt --js-bundle recon/target.com /secrets-hunt --github-org acme-corp # needs GITHUB_TOKEN env
| Scanner | Strength | |---|---| | `trufflehog` | Verifies live keys against the issuer API (AWS/Slack/Stripe/GH/...) | | `noseyparker` | Fast on massive git histories with low false-positive rate | | `gitleaks` | Opinionated rule pack — solid default for repos |
If none are installed the script still runs a regex fallback over the target so something useful comes out — but you should install at least `trufflehog` (`brew install trufflehog`) for the verified-only output.
to Critical** ($1k–$10k+) on H1.
bundled frontend JavaScript.
When a hit comes back, verify the key works the right way before submitting:
proving it works) — most programs treat that as out-of-scope.
`findings/secrets/<timestamp>/` containing:
AI-powered bug bounty hunting toolkit that works with or without subscription.
Repo: shuvonsec/claude-bug-bounty
Show which external bug-bounty tools are installed on this machine and print install hints for the missing ones. Curated from high-signal repos. Use to…
Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot…
HIBP k-anonymity check on a password wordlist. Enriches each password with its breach count, ranks DESC. Free API (no key), only first 5 chars of SHA-1 sent.…
Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF fingerprint, vendor-specific). Wraps byp4xx when…
Build an exploit chain — given bug A, finds B and C to combine for higher severity and payout. Knows common chain patterns: IDOR→ATO, SSRF→cloud metadata,…
Sweep cloud assets for a target — public S3/Azure/GCP buckets via S3Scanner and cloud_enum, plus CloudFlare-bypassed origin IPs via CloudFail (or built-in…