x-cookie

51 mods across 1 repository, 5 stars between them.

autopilot

01

x-cookie/cbughunter-k2

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].

5 2mo ago A 0 tokens

chain

02

x-cookie/cbughunter-k2

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.

5 2mo ago B 0 tokens

hunt

03

x-cookie/cbughunter-k2

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].

5 2mo ago A 0 tokens

intel

04

x-cookie/cbughunter-k2

Command

On-demand intelligence fetch for a target — CVEs, disclosed reports, new features. Wraps learn.py + hunt memory context. Usage: /intel target.com.

5 2mo ago A 0 tokens

memory-gc

05

x-cookie/cbughunter-k2

Command

Inspect or rotate hunt-memory JSONL files (audit.jsonl, patterns.jsonl, journal.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded.

5 2mo ago A 41 tokens

pickup

06

x-cookie/cbughunter-k2

Command

Pick up a previous hunt on a target — shows hunt history, untested endpoints, and memory-informed suggestions. Usage: /pickup target.com.

5 2mo ago A 0 tokens

recon

07

x-cookie/cbughunter-k2

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.

5 2mo ago A 0 tokens

remember

08

x-cookie/cbughunter-k2

Command

Log current finding or successful pattern to hunt memory. Auto-fills from /validate output if available. Usage: /remember.

5 2mo ago A 0 tokens

report

09

x-cookie/cbughunter-k2

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.

5 2mo ago A 0 tokens

surface

10

x-cookie/cbughunter-k2

Command

Show ranked attack surface for a target based on recon output + hunt memory. Invokes recon-ranker agent. Usage: /surface target.com.

5 2mo ago A 0 tokens

token-scan

11

x-cookie/cbughunter-k2

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). Runs automated tokenscanner.py + manual 8-class audit. Usage: /token-scan [--chain solana].

5 2mo ago A 0 tokens

triage

12

x-cookie/cbughunter-k2

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.

5 2mo ago A 0 tokens

validate

13

x-cookie/cbughunter-k2

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.

5 2mo ago A 0 tokens

web3-audit

14

x-cookie/cbughunter-k2

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…

5 2mo ago A 0 tokens

hunt-api-misconfig

15

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunt API security misconfiguration — mass assignment, JWT attacks, prototype pollution, CORS, HTTP verb tampering. Mass assignment: send {isadmin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT: alg=none, weak HMAC bruteforce, kid path traversal, JWK injection, token…

5 2mo ago A 200 tokens

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunt cloud / infrastructure misconfigurations. AWS: public S3 buckets (s3:GetObject anonymous), permissive bucket policies (PutObjectAcl public-write), exposed CloudFront origin, public Lambda function URL, public RDS snapshot, IAM credentials in JS bundles, AWS metadata accessible via SSRF. GCP: public GCS buckets…

5 2mo ago D 201 tokens

hunt-graphql

17

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunting skill for graphql vulnerabilities. Built from 12 public bug bounty reports across IDOR via node() / GID, mutation IDOR including AI/LLM features, cross-tenant IDOR, SSRF via argument, batching-DoS, query-cost-bypass, SQLi via argument, broken-object-level-authz, auth-bypass via unscoped mutations, and PII…

5 2mo ago C 99 tokens

hunt-ntlm-info

18

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunt NTLM/Negotiate information disclosure on internet-reachable IIS/SharePoint/Exchange. Anonymous NTLM Type-2 challenge capture leaks NetBIOS domain, internal DNS forest, computer name, AD timestamp via AVPAIRS structure. Default Windows-installer hostnames (WIN-XXXXXXXXXXX pattern) signal lazy provisioning. Use…

5 2mo ago A 0 tokens

hunt-ato

19

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host header injection redirects token to attacker, predictable token, token leaked in referer, race condition on reset link), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per…

5 2mo ago A 222 tokens

hunt-auth-bypass

20

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunting skill for auth bypass vulnerabilities. Built from 12 public bug bounty reports across SAML XSW / parser-differential (GitHub Enterprise CVE-2025-25291/25292), SAML signature stripping (Uber, Rocket.Chat, samlify CVE-2025-47949), SAML domain enforcement bypass via control characters (HackerOne 2024)…

5 2mo ago A 172 tokens

hunt-mfa-bypass

21

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunt MFA / 2FA bypass — 7 distinct patterns. (1) MFA not enforced on sensitive endpoints (password change, email change accept without MFA challenge), (2) MFA-step skip via direct navigation to post-login URL, (3) MFA-token replay (same code accepted twice), (4) brute-force the 6-digit OTP without rate limit (10^6…

5 2mo ago A 204 tokens

hunt-oauth

22

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunting skill for oauth vulnerabilities. Built from 19 public bug bounty reports. Use when hunting oauth on any target.

5 2mo ago C 28 tokens

hunt-saml

23

x-cookie/cbughunter-k2

Skill Claude CodeCodex

Hunt SAML / SSO attacks. Patterns: XML Signature Wrapping (XSW1-XSW8) — modify Assertion while keeping Signature valid by relocating signed element, comment injection in NameID ([email protected] @attacker.com → some parsers see [email protected]), signature stripping (remove Signature element entirely, server should…

5 2mo ago A 219 tokens

cloud-iam-deep

24

x-cookie/cbughunter-k2

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…

5 2mo ago B 223 tokens