- Codex plugin metadata in
.codex-plugin/plugin.json. - Claude Code plugin metadata in
.claude-plugin/plugin.json. - Local marketplace files for Codex and Claude Code.
- Codex project agents in
.codex/agents/. - Non-blocking Codex session reminder hooks.
- Mobile skills for
mobile,mobile-static, andmobile-dynamic. - Claude Code commands for
/mobile,/mobile-static, and/mobile-dynamic. docs/agent-support.mdfor dual-platform setup.docs/mcp-burp-suite.mdfor safe Claude Code Burp Suite MCP setup.docs/hackerone-disclosed-reports.mdfor studying public report patterns and guiding Claude Code exploit-chain workflows.
install.shnow supports--codex,--claude, and--all.AGENTS.mdandCLAUDE.mdare platform-specific entrypoints.hooks/hooks.jsonnow uses the current Claude Code hook shape.- README branding and quickstart now cover both Codex and Claude Code.
- Repo and plugin naming now consistently use BountyForge.
- Recon commands now read the Chaos API key from the
$CHAOS_API_KEYenvironment variable for cleaner setup across different environments.
web2-vuln-classes: MFA/2FA Bypass (class 19) — 7 bypass patterns: rate limit, OTP reuse, response manipulation, workflow skip, race, backup codes, device trust escalationweb2-vuln-classes: SAML/SSO Attacks (class 20) — XML signature wrapping (XSW), comment injection, signature stripping, XXE in assertion, NameID manipulation + SAMLRaider workflow
- NoSQL injection: MongoDB
$ne/$gt/$regex/$whereoperators, URL-encoded GET parameter injection - Command injection: Basic probes, blind OOB (curl/nslookup), space/keyword bypass techniques, Windows payloads, filename injection context
- SSTI detection: Universal probe for all 6 engines (Jinja2, Twig, Freemarker, ERB, Spring, EJS) + RCE payloads for each
- HTTP smuggling payloads: CL.TE, TE.CL, TE.TE obfuscation variants, H2.CL
- WebSocket testing: IDOR/auth bypass messages, CSWSH PoC, Origin validation test, injection via messages
- MFA bypass payloads: OTP brute force (ffuf), race async script, response manipulation, device trust cookie test
- SAML attack payloads: XSW XML templates, comment injection, signature stripping workflow, XXE payload, SAMLRaider CLI
- Setup section:
$CHAOS_API_KEYexport instructions, subfinder config.yaml with 5 API sources, nuclei-templates update command - crt.sh passive subdomain source (no API key needed) added as Step 0
- Port scanning: naabu command for non-standard ports (8080/8443/3000/9200/6379/etc.)
- Secret scanning: trufflehog + SecretFinder JS bundle scan, grep patterns
- GitHub dorking:
gh search codecommands, GitDorker integration for org-wide secret search
- Intigriti template: Full format with platform-specific notes (video PoC preference, safe harbor stance)
- CVSS 4.0 quick reference: Key differences from CVSS 3.1, score examples for common findings, calculator link
- Rule 18: Mobile = different attack surface (APK decompile workflow, key targets)
- Rule 19: CI/CD is attack surface (GitHub Actions expression injection, dangerous workflow patterns)
- Rule 20: SAML/SSO = highest auth bug density (test checklist)
- README: CHAOS_API_KEY setup section with free key instructions and optional subfinder API keys
- README: Updated vuln class count from 18 → 20, updated skill descriptions
web2-vuln-classesdescription updated to reflect 20 classes and new additions
Major restructure into a full Claude Code plugin with multi-component architecture.
skills/directory with 7 focused skill domains (split from monolithic SKILL.md)skills/bug-bounty/— master workflow (unchanged from v1)skills/web2-recon/— recon pipeline, subdomain enum, 5-minute ruleskills/web2-vuln-classes/— 18 bug classes with bypass tablesskills/security-arsenal/— payloads, bypass tables, never-submit listskills/web3-audit/— 10 smart contract bug classes, Foundry templateskills/report-writing/— H1/Bugcrowd/Intigriti/Immunefi templatesskills/triage-validation/— 7-Question Gate, 4 gates, always-rejected list
commands/directory with 8 slash commands/recon— full recon pipeline/hunt— start hunting a target/validate— 4-gate finding validation/report— submission-ready report generator/chain— A→B→C exploit chain builder/scope— asset scope verification/triage— quick 7-Question Gate/web3-audit— smart contract audit
agents/directory with 5 specialized agentsrecon-agent— runs recon pipeline, uses claude-haiku-4-5 for speedreport-writer— generates reports, uses claude-opus-4-6 for qualityvalidator— validates findings, uses claude-sonnet-4-6web3-auditor— audits contracts, uses claude-sonnet-4-6chain-builder— builds exploit chains, uses claude-sonnet-4-6
hooks/hooks.json— session start/stop hooks with hunt remindersrules/hunting.md— 17 critical hunting rules (always active)rules/reporting.md— 12 report quality rules (always active)CLAUDE.md— plugin overview and quick-start guideinstall.sh— one-command skill installation
- SSRF IP bypass table: 11 techniques (decimal, octal, hex, IPv6, redirect chain, DNS rebinding)
- Open redirect bypass table: 11 techniques for OAuth chaining
- File upload bypass table: 10 techniques + magic bytes reference
- Agentic AI ASI01-ASI10 table: OWASP 2026 agentic AI security framework
- Pre-dive kill signals for web3: TVL formula, audit check, line-count heuristic
- Conditionally valid with chain table: 12 entries
- Report escalation language for payout downgrade defense
- Monolithic SKILL.md (1,200+ lines) covering full web2+web3 workflow
- Python tools:
hunt.py,learn.py,validate.py,report_generator.py,mindmap.py - Vulnerability scanners:
h1_idor_scanner.py,h1_mutation_idor.py,h1_oauth_tester.py,h1_race.py - AI/LLM testing:
hai_probe.py,hai_payload_builder.py,hai_browser_recon.js - Shell tools:
recon_engine.sh,vuln_scanner.sh - Utilities:
sneaky_bits.py,target_selector.py,zero_day_fuzzer.py,cve_hunter.py - Web3 skill chain: 10 files in
web3/directory - Wordlists: 5 wordlists in
wordlists/directory - Docs:
docs/payloads.md,docs/advanced-techniques.md,docs/smart-contract-audit.md