ShulkwiSEC/bb-huge

bb-huge 🤗 , Personal bug bounty findings hub and bug bounty orchestration for multiple agents

This repository also configures its own agents. See what bb-huge tells them →

22Stars on the repository
200Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

django-sql-injection

121

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Identify and exploit SQL Injection vulnerabilities in Django applications, specifically focusing on edge cases involving raw querysets (RawSQL), improper use of .extra(), and poorly sanitized filters where Django's typical ORM protections are bypassed.

not rated 22 2mo ago A 53 tokens original MIT

dll-hijacking-privesc

122

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit local systems via DLL load order hijacking. This skill details how to identify applications on Windows that insecurely load Dynamic Link Libraries (DLLs) and how to substitute a legitimate DLL with a malicious one to achieve privilege escalation or persistent access.

not rated 22 2mo ago A 60 tokens original MIT

dns-rebinding-attacks

123

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

DNS rebinding attack playbook. Use when testing applications that trust DNS resolution for origin checks, interact with internal services from browser context, or when SSRF is not possible server-side but the target has client-side fetch/XHR to attacker-controlled domains.

not rated 22 2mo ago D 56 tokens copy · 100% MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Escape from Docker containers to the host system using container misconfigurations, mounted sockets, privileged mode, capabilities abuse, and kernel exploits. Use this skill when testing containerized environments for breakout vulnerabilities during penetration tests. Covers Docker socket mounting, cgroup escapes…

not rated 22 2mo ago B 65 tokens original MIT

docker-daemon-privesc

125

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit misconfigured Docker environments, specifically focusing on privilege escalation via an exposed Docker daemon socket (docker.sock) or membership in the local docker user group to achieve root access on the host system.

not rated 22 2mo ago A 50 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Identify and exploit DOM-based Cross-Site Scripting (XSS) vulnerabilities where malicious payloads are executed entirely within the victim's browser via insecure JavaScript execution, often bypassing server-side WAFs completely.

not rated 22 2mo ago A 52 tokens original MIT

dom-based-xss

127

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit Document Object Model (DOM) Based Cross-Site Scripting (XSS) vulnerabilities. Unlike Reflected or Stored XSS, the attack payload is executed purely on the client-side as a result of modifying the DOM environment, often without the payload ever reaching the backend server.

not rated 22 2mo ago A 64 tokens original MIT

dom-xss

129

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

DOM-based XSS occurs when JavaScript reads attacker-controlled sources (location.hash, document.referrer, window.name, location.search) and passes them to dangerous sinks (document.write, innerHTML, eval, location.href, setTimeout, jQuery.html()) without sanitization. Unlike reflected/stored XSS, payloads never reach…

not rated 22 2mo ago A 117 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Identify and map the external corporate footprint of a target organization. Use this skill at the absolute beginning of an engagement (Reconnaissance) to identify all registered domains, subdomains, IP ranges, and Autonomous System Numbers (ASNs) owned by the target. This skill forms the foundation for all subsequent…

not rated 22 2mo ago A 76 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Execute and analyze malware samples within a highly controlled, instrumented sandbox environment to observe their true behavior, network communications, file system modifications, and registry changes in real-time.

not rated 22 2mo ago A 41 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Email header injection and spoofing playbook. Use when testing contact forms, email APIs, password reset flows, or any feature that constructs SMTP messages with user-controlled fields. Covers CRLF injection in headers, SPF/DKIM/DMARC bypass, and phishing amplification.

not rated 22 2mo ago A 59 tokens copy · 100% MIT

email-security

133

ShulkwiSEC/bb-huge

Skill Claude Code

Email infrastructure security audit. Tests SPF, DKIM, DMARC configuration, open relay, email spoofing resilience, S/MIME, MTA-STS, TLS-RPT, and SMTP security. Uses swaks, dnsrecon, nmap SMTP scripts, smtp-user-enum, and dig. Pure skill markdown — no new infrastructure needed.

not rated 22 2mo ago A 73 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques.

not rated 22 2mo ago A 24 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Expression Language injection playbook. Use when Java EL, SpEL, OGNL, or MVEL expressions may evaluate attacker-controlled input in Spring, Struts2, Confluence, or similar frameworks.

not rated 22 2mo ago A 45 tokens copy · 100% MIT

file-access-vuln

136

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Entry P1 category router for file access and upload workflows. Use when testing download endpoints, file paths, local file inclusion, upload flows, preview pipelines, archive extraction, or storage and sharing boundaries.

not rated 22 2mo ago A 46 tokens copy · 100% MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Format string exploitation playbook. Use when printf-family functions receive user-controlled format strings, enabling arbitrary stack reads (%p/%s), arbitrary memory writes (%n/%hn/%hhn), GOT/hook overwrites, and canary/libc/PIE leaks.

not rated 22 2mo ago A 58 tokens copy · 100% MIT

gh-export

138

ShulkwiSEC/bb-huge

Skill Claude Code

Formats all confirmed pentest findings from findings.json into copy-pasteable GitHub issue markdown blocks, following the AppSec reporting guide template.

not rated 22 2mo ago A 31 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Java "Ghost Bits" / Cast Attack playbook (Black Hat Asia 2026). Use when attacking Java services where 16-bit char is silently narrowed to 8-bit byte to bypass WAF/IDS for SQL injection, deserialization RCE, file upload (Webshell), path traversal, CRLF injection, request smuggling, and SMTP injection. Affects Tomcat…

not rated 22 2mo ago A 141 tokens copy · 100% MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Use when hunting GitHub Actions cache poisoning vulnerabilities where an attacker can inject malicious content into the CI/CD cache and have it restored by a privileged downstream workflow. Trigger on: "cache poisoning", "actions/cache", "actions/setup-node", "nodemodules cache", "GitHub Actions cache", "pnpm cache"…

not rated 22 2mo ago B 159 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Use when auditing GitHub Actions workflows for script injection vulnerabilities via unsanitized context expressions. Trigger on: "github actions injection", "workflow injection", "headref injection", "github context injection", "pwn request", "github.headref", "github.event.pullrequest.title"…

not rated 22 2mo ago A 95 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

GraphQL and hidden parameter testing playbook. Use when exploring introspection, batching, undocumented fields, hidden parameters, schema abuse, and GraphQL authorization gaps.

not rated 22 2mo ago A 38 tokens copy · 100% MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit GraphQL API architectural features to execute highly efficient brute-force, Credential Stuffing, and Denial of Service (DoS) attacks. Utilize Query Batching and Alias injection to bypass rate limits by packing thousands of requests into a single HTTP POST request.

not rated 22 2mo ago A 60 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Covers object-level authorization bypass in GraphQL APIs where introspection reveals hidden fields or mutations that accept arbitrary user/resource IDs without ownership checks. Trigger on keywords like "GraphQL", "query", "mutation", "introspection", "resolver", "node ID", "relay", "object type", "schema"…

not rated 22 2mo ago A 103 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: