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…
Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/screenshotContext preview
What this command does when you run it.
Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/
description: Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/
Reading 400 URLs in a text file is slow. A screenshot gallery surfaces login panels, default installs, stack-trace error pages, and forgotten dev/staging boxes in seconds — and the same captures become report evidence, so you never scramble for a PoC screenshot later.
/screenshot -l recon/target.com/live/urls.txt -o shots/ /screenshot -u https://admin.target.com -o shots/ /screenshot -l urls.txt -o shots/ --tool aquatone --json
Run directly:
tools/visual_triage.py -l recon/target.com/live/urls.txt -o shots/
Uses whichever screenshotter is installed, in order:
1. **eyewitness** — richest per-host report 2. **aquatone** — fast, clusters similar pages together 3. **httpx `-screenshot`** — already a core dependency, so this always works
All three are registered in `tools/external_arsenal.sh`. Output always includes a self-contained `gallery.html` (no external assets) you can open locally or attach to a report.
shots/ ├── gallery.html # open this — thumbnail grid, each labeled with its URL └── <tool output> # individual full-size PNGs
`/recon` → live URLs → `/screenshot` → eyeball the grid → send anything odd (admin panel, debug page, default cred screen) straight to `/hunt`. Reuse the captured PNGs as the evidence attachment in `/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…