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.
npx agentmods add skills/orizon-eu/claude-code-pentest/webapp-exploit-hunternpx skills add Orizon-eu/claude-code-pentest --skill webapp-exploit-huntergit clone --depth 1 https://github.com/Orizon-eu/claude-code-pentestWrote 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.
[](https://agentmods.dev/skills/orizon-eu/claude-code-pentest/webapp-exploit-hunter)<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>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.
| Model | Per session | Once 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 |
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.
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 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:
- Single domain or URL
- List of domains/URLs (from recon-dominator output or manual list)
- 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:
- Spider all linked pages up to configured depth
- Extract forms and input parameters
- Identify API endpoints from JavaScript files
- Parse robots.txt and sitemap.xml for hidden paths
- 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
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- scripts/auth_tester.py 27 KB runs code
- scripts/crawler.py 12 KB runs code
- scripts/generate_poc.py 28 KB runs code
- scripts/idor_tester.py 16 KB runs code
- scripts/race_tester.py 13 KB runs code
- scripts/sqli_tester.py 15 KB runs code
- scripts/ssrf_tester.py 9.9 KB runs code
- scripts/ssti_tester.py 11 KB runs code
- scripts/upload_tester.py 27 KB runs code
- scripts/vuln_report.py 19 KB runs code
- scripts/xss_tester.py 11 KB runs code
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.
- 4d ago First seen · 258 lines · 107 tokens per session scan B 6c61d3e0dc33
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.
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.
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).…
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…
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.
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.…
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.…