Back to Library
CybersecurityRisk: Unknown

web-recon-analyzer

S
By SkilloAI Community
Added 2026-01-01

Identify and analyze the attack surface of a web application

#ctf#security#web#recon

Full Prompt

View Source
# Web Recon Analyzer

## Purpose
Systematically identify and analyze the components of a web application to determine its attack surface.

## Steps
1. **Endpoint Mapping**: Enumerate all reachable endpoints (e.g., API paths, files, and hidden directories).
2. **Component Fingerprinting**: Identify the technologies used (e.g., server headers, framework fingerprints, or CMS versions).
3. **Architecture Analysis**: Analyze how data flows between the user, the application server, and the database.

## Output
- Comprehensive attack surface report.
- List of endpoints and versions.
- Data flow diagram or logical map.