pentest

A security-testing and open-source intelligence toolkit that combines many command-line tools for investigating systems, websites, domains, usernames, and exposed secrets.

In plain words
What is it for?
Use it to scan networks, find subdomains, investigate usernames or email addresses, check websites for known issues, and look for exposed credentials or secrets.
Why use it?
It brings common reconnaissance and security checks into one toolkit instead of requiring separate setup for each tool. The listed tools include network scanning, subdomain discovery, username searches, secret detection, and vulnerability testing.

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/maxzl1/hackingtool-plugin/pentest
Any agent
npx skills add MAXZL1/hackingtool-plugin --skill pentest
Clone the repo
git clone --depth 1 https://github.com/MAXZL1/hackingtool-plugin

Made for: Claude Code, Codex.

Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. Scan, not verified.
Origin unknown 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.00132 $0.01548
Opus 5 $0.00066 $0.00774
Sonnet 5 $0.00026 $0.00310
Haiku 4.5 $0.00013 $0.00155

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

Security

Grade A, and why

pentest scanned grade A 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 2d 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.

Asks for rootlowPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

3. Executes the command. Auto-retries with `sudo -n` on permission-denied (native/WSL).

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.

You have real Bash, real filesystem, real process execution, and a fleet of pentest tools one wrapper call away. **Use the wrappers — manual `curl` loops are a fallback, not a default.**
plugins/hackingtool/skills/pentest/SKILL.md · 104 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 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. 2d ago First seen · 104 lines · 132 tokens per session scan A 689528bf2dd7

Subscribe to this mod's changes

pentest is a skill published in the GitHub repository MAXZL1/hackingtool-plugin (16 stars, last pushed 4d ago), with no licence file. It adds 132 tokens to every session and 1,548 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 2 findings (asks for root, 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

claude-api

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.

rikkahub/rikkahub · 38 tokens

gemini-interactions-api

Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the…

rikkahub/rikkahub · 80 tokens

gemini-api-dev

Use this skill when building applications with Gemini API hosted models, including Gemini and Gemma 4, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai…

rikkahub/rikkahub · 101 tokens

find-hugeicons

Use this skill when the user wants to find or search for HugeIcons by keyword, or when you need to look up what icon names are available in the HugeIcons library before using them in Compose code.

rikkahub/rikkahub · 46 tokens

locale-tui-localization

Use this skill when users request i18n/localization updates for Android string resources, especially when adding new keys or translating via locale-tui.

rikkahub/rikkahub · 35 tokens

audit-i18n

Audit localization / i18n coverage across the compose-resources surface (9 modules x 9 locales). Finds strings that exist in English but not in some or all languages, keys left as untranslated English stubs inside a translated file, stale keys the base dropped, and English literals that never reached a strings.xml at…

garfiec/Librechat-Mobile · 120 tokens