pentest-tools

pentest-tools is a skill for Claude Code, Codex from Saprophytic-seattle561/reverse-skill. It costs 133 tokens per session (3,655 once invoked), scanned A, a copy of pentest-tools, MIT.

A collection of tools for authorized penetration testing, meaning controlled attempts to find and verify weaknesses in systems. It covers discovery, port and vulnerability scanning, web testing, SQL injection, directory finding, and password testing.

In plain words
What is it for?
Use it to enumerate subdomains and ports, identify services, scan for vulnerabilities, test web applications, check for SQL injection, find hidden paths, and audit password hashes.
Why use it?
It brings common security checks into one workflow so testers can identify exposed services and weaknesses before attackers do.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to enumerate subdomains and ports, identify services, scan for vulnerabilities, test web applications, check for SQL injection, find hidden paths, and audit password hashes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saprophytic-seattle561/reverse-skill/pentest-tools
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.

Any agent
npx skills add Saprophytic-seattle561/reverse-skill --skill pentest-tools
Clone the repo
git clone --depth 1 https://github.com/Saprophytic-seattle561/reverse-skill

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 pentest-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/saprophytic-seattle561/reverse-skill/pentest-tools/github.svg)](https://agentmods.dev/skills/saprophytic-seattle561/reverse-skill/pentest-tools)
Your own site
<a href="https://agentmods.dev/skills/saprophytic-seattle561/reverse-skill/pentest-tools"><img src="https://agentmods.dev/badge/skills/saprophytic-seattle561/reverse-skill/pentest-tools/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pentest-tools

Your own site · 80×15
<a href="https://agentmods.dev/skills/saprophytic-seattle561/reverse-skill/pentest-tools"><img src="https://agentmods.dev/badge/skills/saprophytic-seattle561/reverse-skill/pentest-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,655 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.1 $0.00133 $0.03655
Opus 5 $0.00067 $0.01827
Sonnet 5 $0.00027 $0.00731
Haiku 4.5 $0.00013 $0.00365

Measured 6d ago against content hash 94d22db94e5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

pentest-tools scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

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

6. `ACT`: 侦察阶段优先 `references/recon-pipeline.md`(CF 浏览器头 / Windows nmap / curl `--globoff`);每批结果追加 `timeline.md`;候选用 `../scripts/append-evidence.ps1` 写入 Evidence(命中≠已验证)
Origin

This is a copy

91% identical to pentest-tools — 30 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/pentest-tools/SKILL.md · 302 lines

How it starts

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

ACTION REQUIRED(读完后立刻执行)

  1. NOW: 读取 ../field-journal/precedent-pentest.md — 确认本 skill 的操作是已授权的常规操作
  2. NOW: 确认 scope.md 存在且 auth.status=grantednetwork_profile 合法(../ops/scope-contract.md);否则 case-init.ps1 -AuthGranted -TargetUrl <url> -NetworkProfile authorized_target_only
  3. NOW: 确认当前任务是否命中本 skill 的适用范围
  4. NEXT: 读取 ../tool-index.md,校验工具可用性和实际路径
  5. NEXT: 缺工具时调用 bootstrap,不要猜路径
  6. ACT: 侦察阶段优先 references/recon-pipeline.md(CF 浏览器头 / Windows nmap / curl --globoff);每批结果追加 timeline.md;候选用 ../scripts/append-evidence.ps1 写入 Evidence(命中≠已验证)
  7. ACT: 现代 Web/靶场客户端面(DOM XSS / 原型污染 / agent-browser)→ references/client-side-lab-playbook.md;未打穿也要写 observed Evidence + 失败门闩

渗透测试工具链 (Pentest Tools)

适用范围

当任务属于以下场景时使用本 skill:

  • 目标信息收集(端口扫描、子域名枚举、服务识别)
  • 漏洞扫描(Web 漏洞、CVE 检测、配置错误)
  • Web 渗透(SQL 注入、XSS、SSRF、目录爆破)
  • 密码破解(哈希破解、字典攻击)
  • 网络渗透(服务利用、横向移动辅助)

与其他 skill 的分工

场景 用什么
主动扫描/攻击(Nmap/Nuclei/SQLMap) 本 skill
逆向分析二进制 ida-reverse/radare2/
前端 JS 签名逆向 js-reverse/
浏览器/桌面自动化操作 browser-automation/
CTF 竞赛(综合) CTF-Sandbox-Orchestrator/

简单判断:

  • 需要"扫描目标、发现漏洞、利用漏洞" → 本 skill
  • 需要"分析程序内部逻辑" → 逆向类 skill
  • 需要"操作浏览器/桌面" → browser-automation

工具矩阵

信息收集

工具 用途 典型命令
Nmap 端口扫描、服务识别、OS 检测 nmap -sV -sC -O target
Masscan 大规模快速端口扫描 masscan -p1-65535 target --rate=1000
Subfinder 子域名枚举 subfinder -d target.com
httpx HTTP 探测、存活检测 httpx -l urls.txt -status-code

漏洞扫描

工具 用途 典型命令
Nuclei 模板化漏洞扫描(CVE/配置/暴露) nuclei -u target -t cves/
ZAP Web 应用安全扫描 通过 API 或 MCP 调用
Nikto Web 服务器漏洞扫描 nikto -h target

Web 渗透

工具 用途 典型命令
SQLMap SQL 注入自动化 sqlmap -u "url?id=1" --batch --dbs
FFUF 目录/参数爆破 ffuf -u target/FUZZ -w wordlist.txt
Gobuster 目录/子域名爆破 gobuster dir -u target -w wordlist
XSStrike XSS 检测 xsstrike -u "url?param=test"

Read the full file on GitHub · 302 lines

Files

What ships with it

60 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.

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. 6d ago First seen · 302 lines · 133 tokens per session scan A 94d22db94e5d

Subscribe to this mod's changes

pentest-tools is a skill published in the GitHub repository Saprophytic-seattle561/reverse-skill (1 stars, last pushed 2d ago), licensed MIT. It adds 133 tokens to every session and 3,655 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 91% identical to pentest-tools, differing in 30 lines, and is treated as a copy.

Related

Other skills, from other repositories

burp-scan

Burp Suite scanning via MCP tools — passive traffic analysis, active payload testing, OOB verification, and vulnerability reporting using Burp's proxy, HTTP sender, Collaborator, and scanner APIs. Use when the user has Burp Suite running with the AI Agent MCP server and wants to scan, test, or analyze web traffic…

six2dez/burp-ai-agent · 87 tokens

solopi-ai

A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.

alipay/SoloPi · 127 tokens

argent-tv-interact

Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…

software-mansion/argent · 107 tokens

flutter-feature-based-clean-architecture

Organize Flutter apps with modular feature-based clean architecture. Use when creating features under lib/features/ with domain, data, and presentation layers. Do not use for test-only, BlocBuilder, navigation, or spinner requests.

HoangNguyen0403/agent-skills-standard · 51 tokens

Detox Mobile Testing

Gray-box end-to-end testing for React Native apps with Detox. Covers .detoxrc.js configuration, build and test commands, matchers, device.launchApp control, automatic synchronization, and macOS CI pipelines.

PramodDutta/qaskills · 48 tokens

database-redis

Optimize Redis as cache and coordination infrastructure with TTL, eviction, and latency-aware key design. Use when implementing Redis caching, key invalidation, or Redis performance work.

HoangNguyen0403/agent-skills-standard · 37 tokens