pentest

Plan authorized penetration tests and generate assessment reports for web, API, and infrastructure targets.

1|Updated Mar 6, 2014
One-click install
npx skills add https://github.com/79yuuki/dotfiles --skill pentest-79yuuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pentest
Source: https://github.com/79yuuki/dotfiles/tree/main/claude/skills/pentest
Command: npx skills add https://github.com/79yuuki/dotfiles --skill pentest-79yuuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, openssl, dig, nmap, nikto, testssl.sh, nuclei, sqlmap, ffuf, gobuster, subfinder, httpx, python3, brew, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps security teams and developers perform structured penetration-test planning and verification without losing scope control or missing common security checks.

Core Features & Use Cases

  • Tiered Security Assessment: Organizes reconnaissance, header analysis, TLS checks, API discovery, vulnerability hints, and prompt injection detection across basic, intermediate, and advanced workflows.
  • Authorization Guardrails: Validates approved targets through scope files before testing and provides reporting workflows for authorized environments.
  • Use Case: A product team preparing a new web application release can use this Skill to run a repeatable security review, capture evidence, and identify configuration issues before deployment.

Quick Start

Use the pentest skill to perform an authorized security assessment of my approved web application target and generate a report.

Frequently Asked Questions about pentest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an authorized penetration test on a web application?

An authorized penetration test validates approved targets through scope files before executing tiered scans, header analysis, and vulnerability checks to produce an assessment report with evidence capture.

What is tiered security assessment for API testing?

Tiered security assessment organizes reconnaissance, API discovery, and vulnerability detection across basic, intermediate, and advanced workflows to systematically identify configuration issues and prompt injection risks.

Can I use nmap and sqlmap for scope-controlled vulnerability assessment?

Yes, scope-controlled vulnerability assessment integrates nmap for network reconnaissance and sqlmap for SQL injection detection, enforcing authorization guardrails before executing validation scripts on approved targets.

Do I need openssl and testssl.sh installed for TLS analysis during a pentest?

Yes, TLS analysis requires openssl and testssl.sh to execute cryptographic checks and certificate validation as part of intermediate security verification workflows on authorized infrastructure targets.

What's the best way to detect prompt injection vulnerabilities in web applications?

Prompt injection detection runs as part of advanced tiered security assessment workflows, applying validation scripts to identify malicious input patterns and configuration issues in web application targets.

Why does my security assessment require authorization guardrails before testing?

Authorization guardrails validate approved targets against scope files before testing to ensure legal compliance, prevent unauthorized scanning, and maintain evidence capture integrity for assessment reports.