capture0x

22 mods across 2 repositories, 351 stars between them.

adstrike

01

capture0x/AdStrike

MCP server Claude CodeCodexCursor +2

MCP server "adstrike" as configured in capture0x/AdStrike. Runs mcp_server.py with venv/bin/python3.

350 2mo ago A tokens not measured original MIT

security-fuzzing

02

capture0x/YeepForge

Skill Claude CodeCodex

Essential fuzzing payloads: SQL injection, command injection, special characters. Curated essentials for vulnerability testing.

1 8d ago A 27 tokens

security-patterns

03

capture0x/YeepForge

Skill Claude CodeCodex

Sensitive data patterns for security testing: API keys, credit cards, emails, SSNs, phone numbers, IPs, and more. Use for data discovery and validation.

1 8d ago A 38 tokens

security-payloads

04

capture0x/YeepForge

Skill Claude CodeCodex

Essential exploitation payloads: anti-virus test files, file name exploits, malicious files. Curated for testing.

1 8d ago A 27 tokens

yeepforge-pentest

05

capture0x/YeepForge

Skill Claude CodeCodex

Run a full web-application penetration test by driving YeepForge's MCP tools. Use when the user gives a target URL (with authorization) and wants reconnaissance, OWASP Top 10 testing, exploitation, and a professional report. Requires the 'yeepforge' MCP server to be connected.

1 8d ago A 66 tokens

yeepforge-sast

06

capture0x/YeepForge

Skill Claude CodeCodex

Static application security testing (SAST) of a source-code directory using YeepForge's static analyzer. Use when the user provides a local code path and wants a vulnerability review - SQLi, XSS, RCE, SSRF, path traversal, XXE, SSTI, JWT, IDOR, missing auth, business logic, GraphQL. Requires the 'yeepforge' MCP server.

1 8d ago A 87 tokens

yeepforge

07

capture0x/YeepForge

MCP server Claude CodeCodexCursor

MCP server "yeepforge" as configured in capture0x/YeepForge. Runs mcp_server.py with venv/bin/python3.

1 8d ago A tokens not measured

sast-analysis

08

capture0x/YeepForge

Skill Claude CodeCodex

Perform codebase analysis and architecture mapping as the first phase of a security assessment. Explores the tech stack, frameworks, entry points, data flows, and trust boundaries. Outputs sast/architecture.md. Run this before any vulnerability detection skill. Use when asked to analyze a codebase for security or when…

1 8d ago A 73 tokens

sast-businesslogic

09

capture0x/YeepForge

Skill Claude CodeCodex

Detect business logic vulnerabilities in a codebase using a three-phase approach: threat modeling (domain analysis and attack scenarios), batched verify (check exploitable gaps in parallel subagents, 3 scenarios each), and merge (consolidate batch results). Covers price manipulation, workflow bypass, limit violations…

1 8d ago A 110 tokens

sast-fileupload

10

capture0x/YeepForge

Skill Claude CodeCodex

Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension bypass and related issues in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

1 8d ago A 92 tokens

sast-graphql

11

capture0x/YeepForge

Skill Claude CodeCodex

Detect GraphQL injection vulnerabilities in a codebase using a three-phase approach: recon (confirm GraphQL usage and find unsafe operation document assembly sites), batched verify (trace user input to those sites in parallel subagents, up to 3 candidate sites each), and merge (consolidate batch results). Requires…

1 8d ago A 123 tokens

sast-idor

12

capture0x/YeepForge

Skill Claude CodeCodex

Detect Insecure Direct Object Reference (IDOR) vulnerabilities in a codebase using a three-phase approach: recon (find candidates), batched verify (check authorization in parallel subagents, 3 candidates each), and merge (consolidate batch results). Checks endpoints for missing ownership or authorization checks on…

1 8d ago A 103 tokens

sast-jwt

13

capture0x/YeepForge

Skill Claude CodeCodex

Detect insecure JWT (JSON Web Token) implementations in a codebase using a two-phase approach: first map all JWT issuance and verification sites to understand the token lifecycle and signing configuration, then check each verification site for exploitable weaknesses such as algorithm confusion, missing signature…

1 8d ago A 123 tokens

sast-missingauth

14

capture0x/YeepForge

Skill Claude CodeCodex

Detect missing authentication and broken function-level authorization vulnerabilities in a codebase using a three-phase approach: recon (map endpoints and the role/permission system), batched verify (check auth/authz in parallel subagents, 3 endpoints each), and merge (consolidate batch results). Covers…

1 8d ago A 121 tokens

sast-pathtraversal

15

capture0x/YeepForge

Skill Claude CodeCodex

Detect path traversal vulnerabilities in a codebase using a three-phase approach: recon (find file-loading sinks with dynamic paths), batched verify (trace user input and mitigations in parallel subagents, 3 sinks each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

1 8d ago A 98 tokens

sast-rce

16

capture0x/YeepForge

Skill Claude CodeCodex

Detect Remote Code Execution (RCE) vulnerabilities in a codebase using a three-phase approach: recon (find dangerous execution sinks), batched verify (trace user input to sinks in parallel subagents, 3 sinks each), and merge (consolidate batch results). Covers OS command injection, eval-like sinks, and unsafe…

1 8d ago B 110 tokens

sast-report

17

capture0x/YeepForge

Skill Claude CodeCodex

Consolidate all SAST vulnerability results from the sast/ folder into a single final report ranked by severity and confidentiality impact. Reads all -results.md files and produces sast/final-report.md. Run after all vulnerability detection skills complete. Use when asked to generate a final report, consolidate…

1 8d ago A 69 tokens

sast-sqli

18

capture0x/YeepForge

Skill Claude CodeCodex

Detect SQL injection vulnerabilities in a codebase using a three-phase approach: recon (find unsafe SQL construction sites), batched verify (trace user input to those sites in parallel subagents, 3 sites each), and merge (consolidate batch results). Covers string concat, f-strings, unsafe ORM methods, and dynamic…

1 8d ago A 104 tokens

sast-ssrf

19

capture0x/YeepForge

Skill Claude CodeCodex

Detect Server-Side Request Forgery (SSRF) vulnerabilities in a codebase using a three-phase approach: recon (find outbound call sites), batched verify (trace user input to destinations in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…

1 8d ago B 99 tokens

sast-ssti

20

capture0x/YeepForge

Skill Claude CodeCodex

Detect Server-Side Template Injection (SSTI) vulnerabilities in a codebase using a three-phase approach: recon (find template rendering sites that use dynamic strings), batched verify (trace user input to those sites in parallel subagents, 3 candidates each), and merge (consolidate batch results). Requires…

1 8d ago A 99 tokens

sast-xss

21

capture0x/YeepForge

Skill Claude CodeCodex

Detect Cross-Site Scripting (XSS) vulnerabilities in a codebase using a three-phase approach: recon (find HTML/JS/DOM sink sites), batched verify (trace user input to sinks in parallel subagents, 3 sink sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first). Outputs…

1 8d ago A 99 tokens

sast-xxe

22

capture0x/YeepForge

Skill Claude CodeCodex

Detect XML External Entity (XXE) vulnerabilities in a codebase using a three-phase approach: recon (find XML parsing sites without external-entity hardening), batched verify (trace user input to each site in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run…

1 8d ago A 100 tokens