pentesting-everything

pentesting-everything is a skill for Claude Code, Codex from m14r41/PentestingEverything. It costs 56 tokens per session (1,920 once invoked), scanned A, original, MIT.

A source-based guide for authorised penetration testing, which is the controlled search for security weaknesses in systems. It covers scoping assessments, choosing checks and tools, and writing findings supported by evidence.

In plain words
What is it for?
Use it to prepare assessment checklists, investigate vulnerability categories, choose testing commands, and write evidence-based security findings from the provided knowledge base.
Why use it?
It keeps security work tied to documented permission and agreed targets. It also reduces the risk of making unsupported claims or recommending intrusive actions without clear authorisation.

Skill for Claude CodeCodex

About the project

PentestingEverything is a structured knowledge base for penetration testing and application security across areas such as web, mobile, API, network, wireless, and source-code testing. Security testers, bug hunters, and penetration testers use it to research methods, tools, and reference material for engagements. Its catalogue skill makes this guidance available to coding agents for security testing and secure development.

m14r41/PentestingEverything · 2,064 stars · on GitHub

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/m14r41/pentestingeverything/pentesting-everything
Any agent
npx skills add m14r41/PentestingEverything --skill pentesting-everything
Clone the repo
git clone --depth 1 https://github.com/m14r41/PentestingEverything

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 pentesting-everything

README.md
[![agentmods](https://agentmods.dev/badge/skills/m14r41/pentestingeverything/pentesting-everything.svg)](https://agentmods.dev/skills/m14r41/pentestingeverything/pentesting-everything)
Your own site
<a href="https://agentmods.dev/skills/m14r41/pentestingeverything/pentesting-everything"><img src="https://agentmods.dev/badge/skills/m14r41/pentestingeverything/pentesting-everything.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,920 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00056 $0.01920
Opus 5 $0.00028 $0.00960
Sonnet 5 $0.00011 $0.00384
Haiku 4.5 $0.00006 $0.00192

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

Security

Grade A, and why

pentesting-everything scanned grade A with 0 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/pentesting-everything/SKILL.md · 200 lines

How it starts

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

PentestingEverything

Use this repository as a practical, citable workflow for authorized security assessments. Prefer repository evidence over memory. Do not invent authorization, scope, or findings.

Companion sites:

Ground rules

  1. Lawful use only. Proceed only for systems the user is authorized to test.
  2. Never invent authorization. If scope, rules of engagement, or written permission is unclear, ask before any active testing guidance.
  3. Confirm before active testing. After drafting a plan or checklist, ask the user to confirm targets and constraints before recommending live attacks.
  4. Gate high-impact actions. Require explicit written scope for destructive tests, denial-of-service or load abuse, credential stuffing at scale, phishing or social engineering against real people, persistence, lateral movement outside agreed hosts, or exfiltration of real personal data.
  5. Source-grounded answers. Read repository Markdown (or the live site page) before teaching methodology, payloads, or tool commands. Cite paths and URLs used.
  6. Neutral, professional tone. Accurate and practical; no hype or emoji in deliverables.
  7. Pace automated requests. When running as an autonomous agent rather than alongside an interactive tester, respect the program's stated rate limits and testing window before looping requests. Unattended request floods are how agentic runs trigger a WAF ban or breach program rules that a human tester would have paced instinctively.

When to use

Apply when the user asks to:

  • Plan or run a pentest, VAPT, or security assessment
  • Build a checklist for web, API, mobile, cloud, Active Directory, network, and related domains
  • Look up how to test a vulnerability class (SQL injection, IDOR, SSRF, and similar)
  • Draft findings, evidence notes, or report sections from this knowledge base
  • Orient inside PentestingEverything folders or the live docs site

Read the full file on GitHub · 200 lines

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. 5d ago First seen · 200 lines · 56 tokens per session scan A 48cb2d451684

Subscribe to this mod's changes

pentesting-everything is a skill published in the GitHub repository m14r41/PentestingEverything (2,064 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 1,920 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. 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

hunt-ato

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host-header injection redirects token, predictable/numeric token, Referer leak, no-expiry/reuse), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per hunt-mfa-bypass), (5) session…

Zyrexnn/Cybermes · 241 tokens

cybersecurity

Ultimate AI-powered cybersecurity code review skill. Performs comprehensive security audit across 8 dimensions: vulnerability detection (OWASP Top 10:2021, CWE Top 25:2024), secret scanning, dependency/supply chain analysis, IaC security, threat intelligence (malware/backdoor/C2 detection, MITRE ATT&CK mapping)…

AgriciDaniel/claude-cybersecurity · 201 tokens

evidence-hygiene

Evidence-capture and PoC-redaction discipline for bug-bounty submissions: cookie redaction protocol (which fields to mask, Preview annotation / Burp panel hiding / DevTools workflow), PII black-bar discipline (what to mask in other-user data — names, emails, phones, faces — vs what is safe to leave — usernames, trace…

Zyrexnn/Cybermes · 190 tokens

hunt-api-misconfig

Hunt API security misconfiguration — mass assignment, prototype pollution, HTTP verb tampering. Mass assignment: send {isadmin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT signature/crypto forging (alg:none, key confusion, kid/jku) is owned by hunt-jwt-crypto; this…

Zyrexnn/Cybermes · 207 tokens

bugcrowd-reporting

Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints…

Zyrexnn/Cybermes · 171 tokens

apk-redteam-pipeline

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

Zyrexnn/Cybermes · 145 tokens