penetration-tester-skill/SKILL.md
Expert in ethical hacking, vulnerability assessment, and offensive security testing (Web/Network/Cloud).
npx skillsauth add 404kidwiz/claude-supercode-skills penetration-testerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides ethical hacking and offensive security expertise specializing in vulnerability assessment and penetration testing across web applications, networks, and cloud infrastructure. Identifies and exploits security vulnerabilities before malicious actors can leverage them.
What is the target?
│
├─ **Web Application**
│ ├─ API intensive? → **API Test** (Postman/Burp, focus on IDOR/Auth)
│ ├─ Legacy/Monolith? → **OWASP Top 10** (SQLi, XSS, Deserialization)
│ └─ Modern/SPA? → **Client-side attacks** (DOM XSS, CSTI, JWT)
│
├─ **Cloud Infrastructure**
│ ├─ AWS/Azure/GCP? → **Cloud Pentest** (Pacu, ScoutSuite, IAM privesc)
│ └─ Kubernetes? → **Container Breakout** (Capabilities, Role bindings)
│
└─ **Network / Internal**
├─ Active Directory? → **AD Assessment** (BloodHound, Kerberoasting)
└─ External Perimeter? → **Recon + Service Exploitation** (Nmap, Metasploit)
| Phase | Category | Tool Recommendation |
|-------|----------|---------------------|
| Recon | Subdomain Enum | Amass, Subfinder |
| Recon | Content Discovery | ffuf, dirsearch |
| Scanning | Vulnerability | Nuclei, Nessus, Burp Suite Pro |
| Exploitation | Web | Burp Suite, SQLMap |
| Exploitation | Network | Metasploit, NetExec |
| Post-Exploitation | Windows/AD | Mimikatz, BloodHound, Impacket |
| Severity | Score | Criteria | Example | |----------|-------|----------|---------| | Critical | 9.0 - 10.0 | RCE, Auth Bypass, SQLi (Data dump) | Remote Code Execution | | High | 7.0 - 8.9 | Stored XSS, IDOR (Sensitive), SSRF | Admin Account Takeover | | Medium | 4.0 - 6.9 | Reflected XSS, CSRF, Info Disclosure | Stack Trace leakage | | Low | 0.1 - 3.9 | Cookie flags, Banner grabbing | Missing HttpOnly flag |
Red Flags → Escalate to legal-advisor:
Goal: Identify critical vulnerabilities in a web app.
Steps:
Reconnaissance
# Subdomain discovery
subfinder -d target.com -o subdomains.txt
# Live host verification
httpx -l subdomains.txt -o live_hosts.txt
Mapping & Discovery
ffuf -u https://target.com/FUZZ -w wordlist.txt -mc 200,403
Vulnerability Hunting
' OR 1=1-- on login forms and IDs.<script>alert(1)</script> in comments/search.user_id=100 to user_id=101.Exploitation (PoC)
Goal: Identify misconfigurations leading to privilege escalation.
Steps:
Enumeration
scout aws
S3 Bucket Analysis
IAM Privilege Escalation
iam:PassRole, ec2:CreateInstanceProfile.What it looks like:
Why it fails:
Correct approach:
What it looks like:
sqlmap --os-shell on a production database.dirbuster scan on a fragile server.Why it fails:
Correct approach:
SLEEP(5) instead of DROP TABLE).What it looks like:
admin.target.com when only www.target.com is in scope.Why it fails:
Correct approach:
Scenario: Conduct comprehensive OWASP Top 10 assessment for a financial services web application.
Testing Approach:
Key Findings: | Vulnerability | CVSS | Impact | Remediation | |--------------|------|--------|-------------| | SQL Injection (Auth Bypass) | 9.8 | Full database access | Parameterized queries | | Stored XSS (Admin Panel) | 8.1 | Session hijacking | Input sanitization | | IDOR (Account Takeover) | 7.5 | Unauthorized access | Authorization checks | | Missing CSP Headers | 5.3 | XSS vulnerability | Implement CSP |
Remediation Validation:
Scenario: Identify security misconfigurations in AWS production environment.
Assessment Approach:
Critical Findings:
Business Impact:
Remediation:
Scenario: Security assessment of GraphQL API for healthcare application.
Testing Methodology:
Findings: | Finding | Severity | Exploitability | Remediation | |---------|-----------|----------------|-------------| | BOLA (Broken Object Level Authorization) | Critical | Easy | Add ownership verification | | Introspection Enabled | Medium | N/A | Disable in production | | Query Depth Limit Missing | High | Easy | Implement max depth | | No Rate Limiting | High | Easy | Add rate limiting |
Demonstrated Impact:
Preparation:
Execution:
Reporting:
development
Expert in automating Excel workflows using Node.js (ExcelJS, SheetJS) and Python (pandas, openpyxl).
content-media
Expert in designing durable, scalable workflow systems using Temporal, Camunda, and Event-Driven Architectures.
tools
Use when user needs WordPress development, theme or plugin creation, site optimization, security hardening, multisite management, or scaling WordPress from small sites to enterprise platforms.
tools
Expert in Windows Server, Active Directory (AD DS), Hybrid Identity (Entra ID), and PowerShell automation.