elementalsouls

37 mods across 2 repositories, 6.2k stars between them.

Claude-BugHunter

02

elementalsouls/Claude-BugHunter

Plugin Claude Code

83-skill bug-hunting & external red-team bundle for Claude Code — 58 hunt- web/vuln-class + framework skills, enterprise platform attack chains (M365/Entra, Okta, SharePoint, vCenter, SSL-VPN, APK/iOS), recon/OSINT, reporting & validation gates, and Burp MCP integration. Skills auto-load by topic; 15 slash commands in.

3.9k 2d ago A tokens not measured original MIT

autopilot

03

elementalsouls/Claude-BugHunter

Command

Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot target.com [--paranoid|--normal|--yolo].

3.9k 2d ago A 49 tokens original MIT

chain

04

elementalsouls/Claude-BugHunter

Command

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, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth. Usage: /chain.

3.9k 2d ago B 64 tokens copy · 97% MIT

hunt

05

elementalsouls/Claude-BugHunter

Command

Active vulnerability hunting. Two-track dispatcher — asks Red Team vs WAPT, hands off to hunt-dispatch skill and sibling commands. Usage: /hunt target.com | /hunt .target.com | /hunt targets.txt [--vuln-class X] [--source-code P] [--chrome].

3.9k 2d ago A 63 tokens original MIT

intel

06

elementalsouls/Claude-BugHunter

Command

On-demand intelligence fetch for a target — CVEs, disclosed reports, new features. Pulls NVD/GitHub-Advisory CVEs + bundled disclosed reports + hunt memory context. Usage: /intel target.com.

3.9k 2d ago A 46 tokens original MIT

memory-gc

07

elementalsouls/Claude-BugHunter

Command

Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded.

3.9k 2d ago A 40 tokens original MIT

pickup

08

elementalsouls/Claude-BugHunter

Command

Pick up a previous hunt on a target — shows hunt history and untested surface from the autopilot ledger. Usage: /pickup target.com.

3.9k 2d ago A 30 tokens original MIT

recon

09

elementalsouls/Claude-BugHunter

Command

Run full recon pipeline on a target — subdomain enum (Chaos API + subfinder), live host discovery (dnsx + httpx), URL crawl (katana + waybackurls + gau), gf pattern classification, nuclei scan. Outputs to recon/ / directory. Usage: /recon target.com.

3.9k 2d ago A 65 tokens original MIT

remember

10

elementalsouls/Claude-BugHunter

Command

Optional manual note on a target or the last confirmed finding. Capture is automatic during autopilot; this is for extra context. Usage: /remember.

3.9k 2d ago A 31 tokens original MIT

report

11

elementalsouls/Claude-BugHunter

Command

Write a submission-ready bug bounty report. Generates H1/Bugcrowd/Intigriti/Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation. Run /validate first. Usage: /report.

3.9k 2d ago A 54 tokens copy · 86% MIT

scope

12

elementalsouls/Claude-BugHunter

Command

Mandatory pre-flight scope check — verify an asset is in scope BEFORE any HTTP touch. Deterministic (deny-wins, default-deny) via engine/scope.py against the engagement's scope.md. Blocks out-of-scope testing. Usage: /scope [ ...].

3.9k 2d ago A 63 tokens original MIT

surface

13

elementalsouls/Claude-BugHunter

Command

Show ranked attack surface for a target from its recon manifest + hunt memory. Deterministic backing is cbh surface (reads recon/ /manifest.json); LLM layer adds ledger signal. Usage: /surface target.com.

3.9k 2d ago A 51 tokens original MIT

token-scan

14

elementalsouls/Claude-BugHunter

Command

Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP lock bypass, authority retention, bonding curve exploits, fake renounce, sandwich amplification). Manual 8-class grep audit (with an optional automated scanner if present). Usage: /token-scan [--chain solana].

3.9k 2d ago A 79 tokens original MIT

triage

15

elementalsouls/Claude-BugHunter

Command

Quick 7-Question Gate triage on a finding before writing a report. Kills N/A submissions before they happen. Faster than /validate — for quick go/no-go decisions. Usage: /triage.

3.9k 2d ago A 45 tokens original MIT

validate

16

elementalsouls/Claude-BugHunter

Command

Validate a finding — runs 7-Question Gate + 4-gate checklist. Kills weak findings before report writing. Prevents N/A submissions that hurt validity ratio. Usage: /validate.

3.9k 2d ago A 41 tokens original MIT

web3-audit

17

elementalsouls/Claude-BugHunter

Command

Smart contract security audit — runs through 10 bug class checklist (accounting desync, access control, incomplete path, off-by-one, oracle errors, ERC4626, reentrancy, flash loan, signature replay, proxy/upgrade). Applies pre-dive kill signals first. Generates Foundry PoC template for confirmed findings. Usage…

3.9k 2d ago A 83 tokens copy · 98% MIT

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

3.9k 2d ago A 145 tokens original MIT

bb-local-toolkit

19

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

Local-tooling companion to the bug-bounty orchestrator — carries the SAME complete bug-bounty workflow, but reach for THIS variant when you also need to resolve where tools, wordlists, and clones are installed on the local machine (jhaddix, SecLists, trufflehog, ffuf, dalfox, ghauri); for pure orchestration/routing…

3.9k 2d ago F 460 tokens copy · 91% MIT

bb-methodology

20

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

Use at the START of any bug bounty hunting session, when switching targets, or when feeling lost about what to do next. Master orchestrator that combines the 5-phase non-linear hunting workflow with the critical thinking framework (developer psychology, anomaly detection, What-If experiments). Routes to all other…

3.9k 2d ago C 90 tokens original MIT

bug-bounty

21

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

Complete bug bounty workflow — recon (subdomain enumeration, asset discovery, fingerprinting, HackerOne scope, source code audit), pre-hunt learning (disclosed reports, tech stack research, mind maps, threat modeling), vulnerability hunting (IDOR, SSRF, XSS, auth bypass, CSRF, race conditions, SQLi, XXE, file upload…

3.9k 2d ago F 371 tokens copy · 83% MIT

bugcrowd-reporting

22

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints…

3.9k 2d ago A 171 tokens original MIT

cloud-iam-deep

23

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

Cloud IAM red-team attack chain across AWS, Azure, GCP — focused on EXTERNAL exploitation paths and post-credential-discovery privilege analysis. Covers IAM enumeration (aws iam, az role, gcloud iam), STS/AssumeRole chaining, Azure Managed Identity abuse (via SSRF/leak), GCP service account JSON abuse, IMDSv1/v2…

3.9k 2d ago B 238 tokens original MIT

elementalsouls/Claude-BugHunter

Skill Claude CodeCodex

External SSL VPN / remote-access appliance attack matrix — Cisco ASA/AnyConnect, Fortinet FortiGate/FortiOS, Citrix NetScaler/ADC, Palo Alto GlobalProtect, Pulse Secure / Ivanti Connect Secure, SonicWall, F5 Big-IP. Covers version fingerprinting, CVE matrix (2018-2026), AAA backend identification, default credentials…

3.9k 2d ago A 158 tokens original MIT