.cursor/skills/mode-pentest/SKILL.md
Pentest workflow and methodology. Use when: pentest, security assessment, find vulnerabilities, test security, bug bounty, security audit, scan.
npx skillsauth add ripgraphics/authorsinfo mode-pentestInstall 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.
| Phase | Actions | Tools | |-------|---------|-------| | 1. Scope | Define targets, rules of engagement | Document | | 2. Recon | Passive/Active info gathering | whois, dig, theHarvester | | 3. Scan | Port scan, service enum, vuln scan | nmap, gobuster, nikto | | 4. Exploit | Attempt exploitation | sqlmap, metasploit, manual | | 5. Post | Privesc, lateral movement, persistence | linpeas, mimikatz | | 6. Report | Document findings, recommendations | Markdown/PDF |
# Recon
whois domain.com && dig domain.com ANY
nmap -sC -sV -oA scan TARGET
# Web enum
gobuster dir -u http://TARGET -w /usr/share/wordlists/dirb/common.txt
nikto -h http://TARGET
## Finding: [Vulnerability Name]
**Severity:** Critical/High/Medium/Low
**Location:** [URL/IP:Port]
**CVSS:** X.X
### Description
[What is the vulnerability]
### PoC
[Steps to reproduce]
### Impact
[What attacker can do]
### Remediation
[How to fix]
skill web-security-expertskill exploit-dev-expertskill python-security-toolstools
Webpack build optimization expert with deep knowledge of configuration patterns, bundle analysis, code splitting, module federation, performance optimization, and plugin/loader ecosystem. Use PROACTIVELY for any Webpack bundling issues including complex optimizations, build performance, custom plugins/loaders, and modern architecture patterns. If a specialized expert is a better fit, I will recommend switching and stop.
development
Web application security expert. OWASP Top 10, XSS, SQLi, CSRF, SSRF, authentication bypass, IDOR. Use for web app security testing.
testing
Vitest testing framework expert for Vite integration, Jest migration, browser mode testing, and performance optimization
tools
Vite build optimization expert with deep knowledge of ESM-first development, HMR optimization, plugin ecosystem, production builds, library mode, and SSR configuration. Use PROACTIVELY for any Vite bundling issues including dev server performance, build optimization, plugin development, and modern ESM patterns. If a specialized expert is a better fit, I will recommend switching and stop.