webapp-exploit-hunter

webapp-exploit-hunter is a skill for Claude Code, Codex from Orizon-eu/claude-code-pentest. It costs 107 tokens per session (2,037 once invoked), scanned B, original, MIT.

An authorised web-application security testing workflow that crawls a website, finds endpoints and inputs, tests for common vulnerabilities, and generates proof-of-concept examples. It is intended only for sites the user is explicitly allowed to test.

In plain words
What is it for?
Mapping website pages, forms, API endpoints, and hidden paths; testing for issues such as SQL injection, cross-site scripting, request forgery, access-control errors, and authentication bypasses; and producing working demonstrations of findings.
Why use it?
It helps security testers find weaknesses that may be missed by checking pages manually, while keeping testing tied to an approved target and its restrictions.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/orizon-eu/claude-code-pentest/webapp-exploit-hunter
Any agent
npx skills add Orizon-eu/claude-code-pentest --skill webapp-exploit-hunter
Clone the repo
git clone --depth 1 https://github.com/Orizon-eu/claude-code-pentest

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for webapp-exploit-hunter

README.md
[![agentmods](https://agentmods.dev/badge/skills/orizon-eu/claude-code-pentest/webapp-exploit-hunter.svg)](https://agentmods.dev/skills/orizon-eu/claude-code-pentest/webapp-exploit-hunter)
Your own site
<a href="https://agentmods.dev/skills/orizon-eu/claude-code-pentest/webapp-exploit-hunter"><img src="https://agentmods.dev/badge/skills/orizon-eu/claude-code-pentest/webapp-exploit-hunter.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,037 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00107 $0.02037
Opus 5 $0.00053 $0.01019
Sonnet 5 $0.00021 $0.00407
Haiku 4.5 $0.00011 $0.00204

Measured 4d ago against content hash 6c61d3e0dc33, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

webapp-exploit-hunter scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 11 executable files (scripts/auth_tester.py, scripts/crawler.py, scripts/generate_poc.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Cloud metadata endpointmediumServer-side request forgery

One request to 169.254.169.254 can return temporary IAM credentials.

- Cloud metadata: 169.254.169.254 (AWS), metadata.google.internal (GCP)

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. **curl command** that demonstrates the vulnerability
webapp-exploit-hunter/SKILL.md · 258 lines

How it starts

The opening of the file, as written. The whole thing — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Webapp Exploit Hunter

Intelligent web application vulnerability scanner. Context-aware testing that adapts to the target's technology stack.

Important

CRITICAL: Only test web applications you have explicit authorization to test (pentest agreement, bug bounty program, or own infrastructure).

Instructions

Step 1: Target Setup

Accept input as:

  1. Single domain or URL
  2. List of domains/URLs (from recon-dominator output or manual list)
  3. Specific endpoint to test

For each target, determine:

  • Is it in scope?
  • What technology stack is it running? (use tech_fingerprint.py from recon-dominator or fingerprint inline)
  • Are there any testing restrictions (rate limits, no automated scanning, etc.)?

Step 2: Crawling and Endpoint Discovery

python scripts/crawler.py --target {url} --depth 3

Intelligent crawling:

  1. Spider all linked pages up to configured depth
  2. Extract forms and input parameters
  3. Identify API endpoints from JavaScript files
  4. Parse robots.txt and sitemap.xml for hidden paths
  5. Fuzz for common hidden endpoints

Output: Structured map of all endpoints with parameters.

Step 3: Parameter Classification

For each discovered parameter, classify:

  • Input type: string, numeric, email, URL, file path, JSON, XML
  • Reflection: Is input reflected in response? Where? (HTML body, attribute, JS, header)
  • Sink type: Database query, file system, HTTP request, template, command, redirect
  • Authentication: Does the endpoint require auth?

This classification determines which vulnerability tests are relevant.

Step 4: Vulnerability Testing

Run tests based on parameter classification. Order by severity:

4a. SQL Injection
python scripts/sqli_tester.py --target {url} --params {param_file}

Test types:

  • Error-based: Single quote, double quote, comment injection
  • Boolean-based blind: True/false condition comparison
  • Time-based blind: SLEEP/WAITFOR/pg_sleep injection
  • UNION-based: Column count detection + data extraction
  • Second-order: Stored input used later in queries

Read the full file on GitHub · 258 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 258 lines · 107 tokens per session scan B 6c61d3e0dc33

Subscribe to this mod's changes

webapp-exploit-hunter is a skill published in the GitHub repository Orizon-eu/claude-code-pentest (24 stars, last pushed 5mo ago), licensed MIT. It adds 107 tokens to every session and 2,037 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (cloud metadata endpoint, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cloudflare

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.

FrancescoStabile/numasec · 68 tokens

forensics-kit

Digital forensics and incident response toolbox. Load when the operator asks about a pcap, a binary, a memory dump, a suspicious file, malware triage, IOC hunting, or post-incident analysis. Covers network (tshark), binaries (radare2, strings, binwalk, file, exiftool), memory (volatility), and pattern matching (YARA).…

FrancescoStabile/numasec · 101 tokens

passive-osint

Passive reconnaissance against a target without sending traffic that could alert it. Load when the engagement starts, when you only know a domain/email/username, when scope is unclear, or when you need historical surface area. Covers subdomain enumeration (crt.sh, subfinder), historical archives (wayback), DNS posture…

FrancescoStabile/numasec · 99 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.

FrancescoStabile/numasec · 59 tokens

credential-attack

Password spray methodology for bug bounty — when to do it vs web-vuln hunting, the wordlist-gen + breach-check + osint-employees + spray pipeline, mode selection (http-form / oauth / o365 / okta), rate-limit + lockout tactics, BBP legal guardrails, success detection, and the spray → authenticated /hunt chain pattern.…

Awarexone/Agentic-Bug-Hunter · 102 tokens

mobile-pentest

Mobile app pentest for bug bounty (Android APK + iOS IPA) — runtime-first workflow: install app, proxy through Burp/mitmproxy, drive the UI, capture packets, then test the API exactly like a web target; escalate to decompile (apktool/jadx) and Frida/objection only when traffic is SSL-pinned, encrypted, or absent.…

Awarexone/Agentic-Bug-Hunter · 205 tokens