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…
Gather employee names + email patterns for password spray prep. Pipeline theHarvester (search engines + CT logs) -> derive names from email local-parts -> username-anarchy expansion. LinkedIn search is opt-in via --with-linkedin. Output -> recon/<target>/osint/. 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.
/osint-employeesContext preview
What this command does when you run it.
Gather employee names + email patterns for password spray prep. Pipeline theHarvester (search engines + CT logs) -> derive names from email local-parts -> username-anarchy expansion. LinkedIn search is opt-in via --with-linkedin. Output -> recon/<target>/osint/. Usage
description: Gather employee names + email patterns for password spray prep. Pipeline theHarvester (search engines + CT logs) -> derive names from email local-parts -> username-anarchy expansion. LinkedIn search is opt-in via --with-linkedin. Output -> recon/<target>/osint/. Usage /osint-employees <target.com> [--with-linkedin] [--with-pydictor-social]
Gather employee names and email patterns for the spray-prep phase. Read-only OSINT — no auth probing.
/osint-employees target.com /osint-employees target.com --with-linkedin # add CrossLinked LinkedIn search /osint-employees target.com --with-pydictor-social # add personal-style password candidates /osint-employees target.com --company "Acme Corp" # override auto-detected company name /osint-employees target.com --sources duckduckgo,crtsh --limit 200
1. **theHarvester** — emails + names from search engines + CT logs
2. **Derive names** from email local-parts (`john.smith@x.com` → `John Smith`)
3. **(opt) CrossLinked** — LinkedIn employee names via Google/Bing dorks
4. **username-anarchy** — expand "First Last" into 32+ username permutations
5. **(opt) pydictor --extend** — personal-style password candidates
recon/<target>/osint/ ├── theharvester.json # raw theHarvester output ├── emails.txt # extracted emails (unique) ├── employee-names.txt # "First Last" per line ├── usernames.txt # all username permutations └── (personal-passwords.txt if --with-pydictor-social)
CrossLinked queries Google/Bing for `site:linkedin.com "Company Name"` — public search, no LinkedIn auth required. But some BBP programs classify LinkedIn-based employee identification under "social engineering reconnaissance" which they don't permit. **Read the program scope before running with `--with-linkedin`**.
For mature, security-conscious targets (Twilio, Stripe, etc.) the default sources often return very few emails — that's expected. These companies have good email hygiene. Add `--with-linkedin` for those targets if scope permits.
Install once: `./install_tools.sh --with-credential-attack`
`tools/osint_employees.sh <target> [flags]` — call directly if you prefer a non-slash interface.
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…