pentest-recon-surface-analysis
9
总安装量
9
周安装量
#31926
全站排名
安装命令
npx skills add https://github.com/crtvrffnrt/skills --skill pentest-recon-surface-analysis
Agent 安装分布
gemini-cli
9
amp
7
github-copilot
7
codex
7
kimi-cli
7
opencode
7
Skill 文档
Recon & Surface Analysis
Activation Triggers (Positive)
reconenumeratesurface mapasset inventoryendpoint discoverytechnology fingerprintingcontrol plane mapping
Exclusion Triggers (Negative)
build exploitweaponize payloadwrite final reportonly validate known vulnerability
Output Schema
- Surface inventory:
asset,interface,auth state,confidence - Entry-point matrix:
input,trust boundary,initial risk hypothesis - Prioritized next tests: ordered by likely impact and test cost
Instructions
- Build an explicit target model first: interfaces, trust boundaries, and identity contexts.
- Enumerate only what is necessary to expose actionable attack paths.
- Normalize findings into a deduplicated inventory before deeper testing.
- Label each surface with attacker preconditions and probable abuse class.
- Mark unknowns that block progression and propose the minimum test to resolve each.
- Hand off precise, testable targets to downstream skills.
Should Do
- Keep reconnaissance hypothesis-driven, not tool-driven.
- Capture reproducible evidence for each discovered surface.
- Prioritize externally reachable and privilege-sensitive paths.
Should Not Do
- Do not claim vulnerabilities at recon stage without abuse validation.
- Do not perform heavy fuzzing or exploit attempts here.
- Do not include organization-specific URLs, identifiers, or credentials in reusable guidance.