uphiago /recon-skills
Skill Claude Code Codex
Skill-set loader for /hunt orchestrator. Fingerprints the target, picks the right platform attack skills, and loads the Red Team or WAPT skill set. Use when /hunt has just received a mode answer (redteam or wapt + blackbox|greybox) and needs to load the appropriate skills and print the taxonomy. Not for direct user…
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 77 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex needs its repo
Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 22 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt client-side DOM vulnerabilities — DOM Clobbering (overwrite JS globals via HTML injection), PostMessage hijacking (missing origin check), Service Worker abuse (intercept requests from same-origin script), CSS Injection/Exfiltration (attribute selectors → token char-by-char via OOB), client-side template…
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 168 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt FastAPI-specific vulnerabilities: dependency injection gaps, Pydantic coercion, and OpenAPI mining.
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 26 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex needs its repo
Hunt file upload bugs — RCE via webshell, XSS via SVG/HTML, SSRF via XXE in DOCX, path traversal via filename. Bypass tables (10 techniques): double extension (shell.php.jpg if server checks last ext only), magic bytes spoofing (PNG header on PHP), null byte (shell.php.jpg), case (PHP, .Php, .pHP), .htaccess upload…
★ not rated 1.3k ▲
+26 10d ago C SkillSpector: warn 217 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt Firebase / Firestore / GCP exploitation — Firebase API key discovery in JS bundles, anonymous auth via signUp endpoint, Firestore collection enumeration with anon key, Realtime Database read/write without auth, Firebase Storage bucket listing, Firebase Hosting detection, GCP service account JSON exploitation, IAM…
★ not rated 1.3k ▲
+26 10d ago C SkillSpector: warn 133 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
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…
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 99 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt gRPC vulnerabilities — server reflection enabled (enumerate all services/methods), missing authentication / metadata-stripping on internal endpoints, plaintext gRPC over HTTP/2, internal endpoint disclosure, proto file leakage, gRPC-Web/grpc-gateway transcoding injection, and HTTP/2 Rapid Reset DoS…
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 135 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt Host Header Injection — password reset poisoning → ATO, web cache poisoning via unkeyed Host/X-Forwarded-Host, routing-based SSRF (Host picks upstream → cloud metadata/internal services), path-override SSRF/ACL-bypass (X-Original-URL/X-Rewrite-URL), OAuth redirecturi/issuer poisoning, and absolute-URL link…
★ not rated 1.3k ▲
+26 10d ago B SkillSpector: warn 157 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt HTTP request smuggling (CL.TE, TE.CL, H2.CL, H2.TE). Cause: front-end proxy and back-end server disagree on where one request ends and the next begins (Content-Length vs Transfer-Encoding header parsing inconsistency). CL.TE: front-end uses CL, back uses TE → smuggle by sending TE: chunked but with body that fits…
★ not rated 1.3k ▲
+26 10d ago B SkillSpector: warn 242 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunting skill for idor vulnerabilities. Built from 26 public bug bounty reports. Use when hunting idor on any target.
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 30 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt error leakage, DVCS exposure, source maps, config files, and differential oracles.
★ not rated 1.3k ▲
+26 10d ago B SkillSpector: warn 25 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt Kubernetes & Docker — API anonymous access, kubelet 10250 exec (SPDY/WebSocket, NOT plain POST) and the simpler /run primitive, etcd 2379 unauth, dashboard skip-login, RBAC misconfig, secret/SA-token abuse, docker.sock host escape, runc/container-escape (Leaky Vessels CVE-2024-21626), API-server-mediated…
★ not rated 1.3k ▲
+26 10d ago A ✓ AI review SkillSpector: warn 159 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex needs its repo
Hunt Laravel specific vulnerabilities — Debug mode leakage (APPDEBUG=true exposes full stack trace + env vars), Laravel Telescope/Horizon dashboard unauthorized access, Ignition RCE (CVE-2021-3129), Signed URL manipulation, Queue Worker abuse, mass assignment via Eloquent, deserialization via cookies, .env file…
★ not rated 1.3k ▲
+26 10d ago C SkillSpector: warn 99 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt LDAP Injection and XPath Injection — authentication bypass, blind char-by-char attribute exfiltration, AD user/group enumeration, XML-store XPath bypass. Covers the LDAP special-character set ( ( ) \ NUL /), search-filter-context vs DN-injection, parenthesis-balancing, AND/OR filter logic, and {SSHA}/{CRYPT}…
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 118 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex needs its repo
Hunt Local File Inclusion (LFI), Remote File Inclusion (RFI), and Path Traversal — /etc/passwd read, log poisoning → RCE, PHP filter-chain RCE (no upload needed), php:// / data:// / zip:// / phar:// wrappers, RFI via allowurlinclude, directory traversal read/write/delete. Covers OOB/blind LFI confirmation and…
★ not rated 1.3k ▲
+26 10d ago C SkillSpector: warn 103 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt LLM/AI feature bugs — prompt injection, indirect injection, exfiltration viatool-use/markdown, ASCII smuggling, agentic AI security (OWASP Agentic Apps 2026, ASI01-ASI10). Patterns: direct injection ('ignore previous instructions'), indirect injection via documents/web pages/email the model reads, ASCII smuggling…
★ not rated 1.3k ▲
+26 10d ago A ✓ AI review SkillSpector: warn 256 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt mass assignment via sensitive field injection and ORM framework exploitation.
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 19 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex needs its repo
Hunt Model Context Protocol (MCP) vulnerabilities in AI-tool integration systems.
★ not rated 1.3k ▲
+26 10d ago D 21 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt public /metrics, /health, and actuator endpoints leaking AI usage, DB pools, and operational intelligence.
★ not rated 1.3k ▲
+26 10d ago C SkillSpector: warn 29 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
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…
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 204 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunting skill for misc vulnerabilities. Built from 225 public bug bounty reports. Use when hunting misc on any target.
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 28 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex
Hunt NestJS-specific vulnerabilities: guard bypass, decorator gaps, and microservice auth drift.
★ not rated 1.3k ▲
+26 10d ago A SkillSpector: warn 24 tokens
original MIT uphiago /recon-skills
Skill Claude Code Codex needs its repo
Hunt Next.js specific vulnerabilities — Server Actions arbitrary function execution, Middleware auth bypass via static asset paths, ISR cache poisoning, Image Optimization SSRF (/next/image), RSC payload leakage, getServerSideProps injection, source map exposure, debug endpoint leakage. Use when target runs Next.js…
★ not rated 1.3k ▲
+26 10d ago B SkillSpector: warn 75 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: