pentest-tools

pentest-tools is a skill for Claude Code, Codex from xAmirHamza77/ReverseOps-Skill. It costs 114 tokens per session (3,590 once invoked), scanned A, original, MIT.

An active penetration-testing toolkit for checking authorized systems and networks for security weaknesses. It covers reconnaissance, scanning, web attacks, password testing, and related checks.

In plain words
What is it for?
Use it for network and web reconnaissance, port and vulnerability scans, directory discovery, SQL-injection checks, password cracking, and client-side testing.
Why use it?
It brings common security-testing tools into one workflow instead of requiring each tool to be prepared separately. It also emphasizes defining the target and authorization before testing.

Skill for Claude CodeCodex

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

Good fit Use it for network and web reconnaissance, port and vulnerability scans, directory discovery, SQL-injection checks, password cracking, and client-side testing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xamirhamza77/reverseops-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 xAmirHamza77/ReverseOps-Skill --skill pentest-tools
Clone the repo
git clone --depth 1 https://github.com/xAmirHamza77/ReverseOps-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/xamirhamza77/reverseops-skill/pentest-tools/github.svg)](https://agentmods.dev/skills/xamirhamza77/reverseops-skill/pentest-tools)
Your own site
<a href="https://agentmods.dev/skills/xamirhamza77/reverseops-skill/pentest-tools"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-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/xamirhamza77/reverseops-skill/pentest-tools"><img src="https://agentmods.dev/badge/skills/xamirhamza77/reverseops-skill/pentest-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,590 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 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.1 $0.00114 $0.03590
Opus 5 $0.00057 $0.01795
Sonnet 5 $0.00023 $0.00718
Haiku 4.5 $0.00011 $0.00359

Measured 6d ago against content hash f7354b9de55f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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`: During recon, prefer `references/recon-pipeline.md` (CF browser headers / Windows nmap / curl `--globoff`); append each batch of results to `timeline.md`; record candidates into Evidence with `../scripts/append
skills/pentest-tools/SKILL.md · 328 lines

How it starts

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

ACTION REQUIRED (execute immediately after reading)

  1. NOW: Read ../field-journal/precedent-pentest.md — confirm this skill's operations are authorized, routine operations
  2. NOW: Confirm scope.md exists with auth.status=granted and a valid network_profile (../ops/scope-contract.md); otherwise run case-init.ps1 -AuthGranted -TargetUrl <url> -NetworkProfile authorized_target_only
  3. NOW: Confirm whether the current task falls within this skill's scope
  4. NEXT: Read ../tool-index.md, verify tool availability and real paths
  5. NEXT: If a tool is missing, call bootstrap — do not guess paths
  6. ACT: During recon, prefer references/recon-pipeline.md (CF browser headers / Windows nmap / curl --globoff); append each batch of results to timeline.md; record candidates into Evidence with ../scripts/append-evidence.ps1 (a hit is not a verified finding)
  7. ACT: Modern web / lab client-side surface (DOM XSS / prototype pollution / agent-browser) → references/client-side-lab-playbook.md; even when exploitation fails, write observed Evidence plus the failure gate

Pentest Tools

Scope

Use this skill when the task involves:

  • Target reconnaissance (port scanning, subdomain enumeration, service fingerprinting)
  • Vulnerability scanning (web vulnerabilities, CVE detection, misconfigurations)
  • Web exploitation (SQL injection, XSS, SSRF, directory brute-forcing)
  • Password cracking (hash cracking, dictionary attacks)
  • Network penetration (service exploitation, lateral-movement assistance)

Division of labor with other skills

Scenario Use
Active scanning/attacking (Nmap/Nuclei/SQLMap) This skill
Binary reverse engineering ida-reverse/ or radare2/
Front-end JS signature reversing js-reverse/
Browser/desktop automation browser-automation/
CTF competitions (general) CTF-Sandbox/

Quick rule of thumb:

  • Need to "scan a target, find vulnerabilities, exploit them" → this skill
  • Need to "analyze a program's internal logic" → a reverse-engineering skill
  • Need to "drive a browser/desktop" → browser-automation

Read the full file on GitHub · 328 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 · 328 lines · 114 tokens per session scan A f7354b9de55f

Subscribe to this mod's changes

pentest-tools is a skill published in the GitHub repository xAmirHamza77/ReverseOps-Skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 114 tokens to every session and 3,590 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

building-mcp-servers

Use this skill whenever the user wants to design, build, harden, review, or debug an MCP (Model Context Protocol) server — including "build me an MCP server for X", connecting an AI agent/Claude to a database or API, adding tools/resources to an existing MCP server, reviewing a contributor PR against an MCP server, or…

cyberreinxy/mcp-server-skill · 160 tokens

scanner-pmcc

Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.

staskh/trading_skills · 63 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

ib-portfolio-action-report

Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 49 tokens

ib-trades-history

Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 59 tokens

report-stock

Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.

staskh/trading_skills · 22 tokens