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

auth-bypass

49

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Bypass authentication via forced browsing to protected URLs, parameter tampering (authenticated=yes, debug=true, fromtrustIP=true), session ID prediction from linear/incremental cookies, SQL injection on login forms, PHP unserialize() boolean type juggling (b:1 payload), and credential transport over HTTP. Detectable…

not rated 22 2mo ago A 80 tokens original MIT

auth-sec

50

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Entry P1 category router for authentication and authorization. Use when testing login flows, sessions, object authorization, JWT, OAuth, CORS, CSRF, and enterprise SSO weaknesses before any deeper auth topic skill.

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

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Authentication bypass testing playbook. Use when assessing login flows, password reset logic, account recovery, MFA bypass, token predictability, brute-force resistance, and session boundary flaws.

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

authz-bypass

53

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Test horizontal and vertical authorization bypass via session ID swapping between accounts, IDOR through parameter manipulation (invoice=, user=, menuitem=, EventID=), and special header injection (X-Original-URL, X-Rewrite-URL, X-Forwarded-For, X-Remote-IP, X-Client-IP with 127.0.0.1/localhost/RFC1918 values). Tools…

not rated 22 2mo ago A 110 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Bypass antivirus and Endpoint Detection & Response solutions during red team operations using payload obfuscation, process injection, AMSI bypass, ETW patching, and custom loaders. Use this skill when AV/EDR is blocking your payloads, tooling, or post-exploitation activities. Covers shellcode encryption, syscall-based…

not rated 22 2mo ago A 93 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Penetration test AWS cloud environments for misconfigurations, privilege escalation, data exposure, and lateral movement. Use this skill when assessing AWS accounts for security weaknesses including S3 bucket misconfigurations, IAM policy flaws, EC2 metadata exploitation, Lambda function abuse, and cross-account…

not rated 22 2mo ago B 75 tokens original MIT

aws-cognito-abuse

56

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit misconfigurations in AWS Cognito, specifically focusing on unauthorized identity pool access, user pool self-registration issues, and privilege escalation via custom attributes to access broader AWS infrastructure.

not rated 22 2mo ago A 44 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Identify and exploit misconfigured Identity and Access Management (IAM) permissions within Amazon Web Services (AWS) to escalate privileges. Use this skill to move from a low-privileged compromised IAM user/role (e.g., via SSRF) to full AdministratorAccess by abusing AssumeRole, PassRole, inline policies, or resource…

not rated 22 2mo ago C 80 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit Server-Side Request Forgery (SSRF) vulnerabilities to extract AWS IAM credentials from the Instance Metadata Service version 2 (IMDSv2). This skill details how to bypass the token requirement of IMDSv2 by chaining HTTP verbs (PUT then GET) if the SSRF vulnerability allows full control over the request headers…

not rated 22 2mo ago C 84 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit Server-Side Request Forgery (SSRF) vulnerabilities on Amazon Web Services (AWS) EC2 instances to access the highly sensitive Instance Metadata Service (IMDS). Circumvent basic protections and extract temporary IAM access keys, escalating privileges comprehensively across the AWS Cloud environment.

not rated 22 2mo ago B 68 tokens original MIT

aws-metadata-ssrf

60

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit Server-Side Request Forgery (SSRF) vulnerabilities in applications hosted on AWS EC2 instances to extract IAM credentials and User Data from the Instance Metadata Service (IMDS). This skill covers techniques for bypassing basic filters to access IMDSv1 and concepts of IMDSv2.

not rated 22 2mo ago B 69 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Exploit Illicit Consent Grants in Azure Active Directory (Entra ID). This skill covers crafting a malicious OAuth application to trick victims into granting broad permissions (like reading emails, modifying files) without requiring their password or MFA.

not rated 22 2mo ago A 56 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Execute lateral movement within Microsoft Entra ID (formerly Azure AD) and Microsoft 365 environments. Use this skill to traverse cloud resources using compromised user tokens, managed identities, Primary Refresh Tokens (PRT), and application permissions (Service Principals) to achieve Global Administrator access.

not rated 22 2mo ago C 62 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Abuse Azure Managed Identities from compromised Azure Virtual Machines (VMs), Functions, or App Services to seamlessly request valid, highly-privileged Azure AD access tokens and laterally move throughout the cloud environment without requiring explicit credentials.

not rated 22 2mo ago C 55 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Understand the mechanics of Border Gateway Protocol (BGP) Hijacking, where an attacker creatively manipulates Internet routing tables to intercept, monitor, or drop massive volumes of network traffic destined for legitimate Autonomous Systems (AS).

not rated 22 2mo ago A 53 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Binary protection bypass playbook. Use when identifying and bypassing ASLR, PIE, NX/DEP, stack canary, RELRO, FORTIFYSOURCE, CET, and MTE protections in ELF binaries to enable exploitation.

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

bola-idor

66

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Use when hunting Broken Object Level Authorization (BOLA) or Insecure Direct Object Reference (IDOR) vulnerabilities in APIs or web applications. Trigger on: "BOLA", "IDOR", "broken object level", "access other users", "object reference", numeric or UUID IDs in URLs or request bodies, user-scoped resources, horizontal…

not rated 22 2mo ago A 107 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Identify and exploit Broken Object Level Authorization (BOLA), historically known as Insecure Direct Object Reference (IDOR), in API architectures. Extremely common and critical flaw where an API fails to validate whether the currently authenticated user actually owns or retains permissions over the specifically…

not rated 22 2mo ago A 63 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex

Browser and V8 exploitation playbook. Use when exploiting JavaScript engine vulnerabilities including JIT type confusion, incorrect bounds elimination, and V8 sandbox bypass to achieve renderer RCE and sandbox escape in Chrome/Chromium.

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

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Identify, exploit, and write custom payloads for classic Stack-Based Buffer Overflows in 32-bit and 64-bit applications. Use this skill when conducting exploit development, reverse engineering custom network protocols, or preparing for advanced certifications (OSCP, OSEP). Covers fuzzing, controlling EIP/RIP…

not rated 22 2mo ago A 86 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Writes professional bug bounty reports for HackerOne, Bugcrowd, and Intigriti with CVSS 4.0 scoring, business impact, working exploits, and remediation. Runs 5-check Pre-Report Verification first: hallucination detection, AI writing patterns, PoC reproducibility, duplicate detection, and impact plausibility. Use when…

not rated 22 2mo ago D 158 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Implement the 5-stage Funnel workflow (Notes → Leads → Primitives → Findings → Reports) for structured bug bounty hunting. Based on Critical Thinking Bug Bounty Podcast Episode 166.

not rated 22 2mo ago A 46 tokens original MIT

ShulkwiSEC/bb-huge

Skill Claude CodeCodex needs its repo

Master Burp Suite Professional for comprehensive web application security testing. Use this skill when performing manual web application assessments with Burp Suite including proxy interception, Scanner automation, Intruder attacks, Repeater analysis, and extension integration. Covers advanced techniques like…

not rated 22 2mo ago B 82 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: