skills/pentest-recon-attack-surface/SKILL.md
White-box attack surface mapping — correlate external scans, browser exploration, and source code into structured endpoint inventory, role architecture, and authorization vulnerability candidates.
npx skillsauth add jd-opensource/joysafeter pentest-recon-attack-surfaceInstall 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.
Perform comprehensive attack surface mapping by correlating three data sources: external network scans, authenticated browser exploration, and source code analysis. Produces a structured endpoint inventory with authorization metadata, role/privilege architecture, and prioritized authorization vulnerability candidates for downstream code review and exploitation.
| Deliverable | Description | |-------------|-------------| | API Endpoint Inventory | Table: method, path, auth_required, roles_allowed, validation_summary, file:line | | Network Interaction Map | External services, internal services, exposed ports, subdomain inventory | | Role & Privilege Architecture | Role hierarchy, permission matrix, privilege escalation paths | | Authorization Vulnerability Candidates | Prioritized list of endpoints with suspected authz gaps | | Session Architecture | Token type, storage, rotation, expiry, invalidation behavior |
| Category | Tools | Purpose | |----------|-------|---------| | Fingerprinting | whatweb, httpx, wappalyzer | Technology and framework identification | | Network Recon | nmap, subfinder, amass | Service discovery and subdomain enumeration | | Web Crawling | Playwright, katana, gospider | Authenticated crawling and dynamic exploration | | Content Discovery | ffuf, feroxbuster | Hidden endpoint and directory discovery | | Code Analysis | semgrep, ripgrep, ast-grep | Route extraction and middleware tracing | | Config Analysis | manual review | Deployment config correlation |
references/tools.md - Tool function signatures and parametersreferences/workflows.md - Reconnaissance workflow definitions and correlation proceduresdevelopment
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
Use when you have a spec or requirements for a multi-step task, before touching code
testing
OpenClaw Skills 全方位安全审计工具,检测供应链投毒、Prompt注入、恶意代码模式、权限越权和依赖风险
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends an agent's capabilities with specialized knowledge, workflows, or tool integrations.