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…
Pull every in-scope asset for a bug bounty program across HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi in one shot. Uses bbscope when authenticated, otherwise the public bounty-targets-data dump. Output is one host per line, ready to feed into /recon. Usage:
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/scope-aggregateContext preview
What this command does when you run it.
Pull every in-scope asset for a bug bounty program across HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi in one shot. Uses bbscope when authenticated, otherwise the public bounty-targets-data dump. Output is one host per line, ready to feed into /recon. Usage:
description: Pull every in-scope asset for a bug bounty program across HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi in one shot. Uses bbscope when authenticated, otherwise the public bounty-targets-data dump. Output is one host per line, ready to feed into /recon. Usage: /scope-aggregate <program-handle> [--platform h1|bc|it|ywh|imf|all]
Aggregate the full in-scope asset list for a public program without copy-pasting from the program page.
/scope-aggregate shopify /scope-aggregate yelp --platform h1 /scope-aggregate --list-programs --platform h1
`tools/scope_aggregator.sh` runs in two strategies:
1. **bbscope** (`sw33tLie/bbscope`) — authenticated multi-platform pull. Best freshness, but needs platform tokens in env (`H1_USERNAME`, `H1_API_KEY`, `BUGCROWD_EMAIL`, etc.). Tries it first when installed. 2. **bounty-targets-data dump** (`arkadiyt/bounty-targets-data`) — hourly public dump of every public program. No auth needed; fallback if bbscope returns nothing.
Output: `~/.cache/bbhunt/scope/<program>.scope.txt` (one host per line, with wildcards stripped to bare domains).
/scope ~/.cache/bbhunt/scope/<program>.scope.txt # human verification /recon ~/.cache/bbhunt/scope/<program>.scope.txt # feed into recon (domain-list mode)
`recon_engine.sh` already supports passing a file in place of a domain — it reads each line as a pre-resolved scope entry and skips subdomain enumeration (programs without wildcards benefit hugely).
*seed*; still run `/recon target.com` to brute the wildcard.
only covers public scope, so private invites won't appear.
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…