Mikacr1138

22 mods across 1 repository, 2 stars between them.

Mikacr1138/claude-bug-bounty

Instructions file

Instructions for Mikacr1138/claude-bug-bounty, covering claude bug bounty — plugin guide, what's here, commands (8 slash commands), agents (5 specialized agents) and rules (always active).

2 2d ago A 761 tokens original MIT

bug-bounty

02

Mikacr1138/claude-bug-bounty

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…

2 2d ago C 323 tokens copy · 95% MIT

chain-builder

03

Mikacr1138/claude-bug-bounty

Agent

Exploit chain builder. Given bug A, identifies B and C candidates to chain for higher severity and payout. Knows all major chain patterns — IDOR→auth bypass, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth, prompt injection→IDOR, subdomain takeover→OAuth redirect. Use when you have a…

2 2d ago B 96 tokens original MIT

recon-agent

04

Mikacr1138/claude-bug-bounty

Agent

Subdomain enumeration and live host discovery specialist. Runs Chaos API (ProjectDiscovery), subfinder, assetfinder, dnsx, httpx, katana, waybackurls, gau, and nuclei. Produces prioritized attack surface for a target. Use when starting recon on a new target domain.

2 2d ago A 63 tokens original MIT

report-writer

05

Mikacr1138/claude-bug-bounty

Agent

Bug bounty report writer. Generates professional H1/Bugcrowd/Intigriti/Immunefi reports. Impact-first writing, human tone, no theoretical language, CVSS 3.1 calculation included. Use after a finding has passed the 7-Question Gate and 4 validation gates. Never generates reports with "could potentially" language.

2 2d ago A 75 tokens original MIT

validator

06

Mikacr1138/claude-bug-bounty

Agent

Finding validator. Runs the 7-Question Gate and 4-gate checklist on a described finding. Kills weak/theoretical findings fast before report writing. Prevents N/A submissions. Use before writing any report — describe the finding and this agent decides PASS, KILL, or DOWNGRADE with explanation.

2 2d ago A 64 tokens copy · 86% MIT

web3-auditor

07

Mikacr1138/claude-bug-bounty

Agent

Smart contract security auditor. Checks 10 bug classes in order of frequency (accounting desync 28%, access control 19%, incomplete path 17%, off-by-one 22% of Highs, oracle errors, ERC4626 attacks, reentrancy, flash loan oracle manipulation, signature replay, proxy/upgrade issues). Applies pre-dive kill signals…

2 2d ago A 101 tokens original MIT

chain

08

Mikacr1138/claude-bug-bounty

Command

Command "chain" from Mikacr1138/claude-bug-bounty, covering /chain, when to use this, usage, the a→b signal table and common high-value chains.

2 2d ago C 62 tokens copy · 100% MIT

hunt

09

Mikacr1138/claude-bug-bounty

Command

Start hunting on a target — loads scope, reads disclosed reports, picks best attack surface based on tech stack, runs targeted vuln checks. Usage: /hunt target.com [--vuln-class ssrf|idor|xss|sqli|oauth|race|graphql|llm|upload|business-logic].

2 2d ago D 65 tokens original MIT

recon

10

Mikacr1138/claude-bug-bounty

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.

2 2d ago A 62 tokens copy · 91% MIT

report

11

Mikacr1138/claude-bug-bounty

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.

2 2d ago A 52 tokens copy · 86% MIT

scope

12

Mikacr1138/claude-bug-bounty

Command

Check if a target asset is in scope for the program before hunting or submitting. Reads program scope page, checks asset against in-scope and out-of-scope lists, verifies the asset is owned by the target organization. Usage: /scope.

2 2d ago A 51 tokens copy · 91% MIT

triage

13

Mikacr1138/claude-bug-bounty

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.

2 2d ago A 42 tokens copy · 97% MIT

validate

14

Mikacr1138/claude-bug-bounty

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.

2 2d ago A 39 tokens copy · 97% MIT

web3-audit

15

Mikacr1138/claude-bug-bounty

Command

Command "web3-audit" from Mikacr1138/claude-bug-bounty, covering /web3-audit, usage, step 0: pre-dive kill signals, find accounting variables and find all early returns in critical functions.

2 2d ago A 78 tokens copy · 100% MIT

bug-bounty

16

Mikacr1138/claude-bug-bounty

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…

2 2d ago C 323 tokens copy · 95% MIT

report-writing

17

Mikacr1138/claude-bug-bounty

Skill Claude CodeCodex

Bug bounty report writing for H1/Bugcrowd/Intigriti/Immunefi — report templates, human tone guidelines, impact-first writing, CVSS 3.1 scoring, title formula, impact statement formula, severity decision guide, downgrade counters, pre-submit checklist. Use after validating a finding and before submitting. Never use…

2 2d ago A 82 tokens original MIT

security-arsenal

18

Mikacr1138/claude-bug-bounty

Skill Claude CodeCodex

Security payloads, bypass tables, wordlists, gf pattern names, always-rejected bug list, and conditionally-valid-with-chain table. Use when you need specific payloads for XSS/SSRF/SQLi/XXE/IDOR/path-traversal, bypass techniques, or to check if a finding is submittable. Also use when asked about what NOT to submit.

2 2d ago B 84 tokens original MIT

triage-validation

19

Mikacr1138/claude-bug-bounty

Skill Claude CodeCodex

Finding validation before writing any report — 7-Question Gate (all 7 questions), 4 pre-submission gates, always-rejected list, conditionally valid with chain table, CVSS 3.1 quick reference, severity decision guide, report title formula, 60-second pre-submit checklist. Use BEFORE writing any report. One wrong answer…

2 2d ago A 87 tokens original MIT

web2-recon

20

Mikacr1138/claude-bug-bounty

Skill Claude CodeCodex

Web2 recon pipeline — subdomain enumeration (subfinder, Chaos API, assetfinder), live host discovery (dnsx, httpx), URL crawling (katana, waybackurls, gau), directory fuzzing (ffuf), JS analysis (LinkFinder, SecretFinder), continuous monitoring (new subdomain alerts, JS change detection, GitHub commit watch). Use when…

2 2d ago A 103 tokens original MIT

web2-vuln-classes

21

Mikacr1138/claude-bug-bounty

Skill Claude CodeCodex

Complete reference for 18 web2 bug classes with root causes, detection patterns, bypass tables, exploit techniques, and real paid examples. Covers IDOR, auth bypass, XSS, SSRF (11 IP bypass techniques), SQLi, business logic, race conditions, OAuth/OIDC, file upload (10 bypass techniques), GraphQL, LLM/AI (ASI01-ASI10…

2 2d ago D 132 tokens original MIT

web3-audit

22

Mikacr1138/claude-bug-bounty

Skill Claude CodeCodex

Smart contract security audit — 10 DeFi bug classes (accounting desync, access control, incomplete path, off-by-one, oracle, ERC4626, reentrancy, flash loan, signature replay, proxy), pre-dive kill signals (TVL < $500K etc), Foundry PoC template, grep patterns for each class, and real Immunefi paid examples. Use for…

2 2d ago A 103 tokens original MIT