# Offensive Recon Role

> Scoped routing: Recon Operator. Handles active/passive asset mapping, port scanning, and attack surface discovery.

- Skill: `aeondave/offensive-recon-role` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aeondave/offensive-recon-role`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aeondave/offensive-recon-role/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: AeonDave (https://skillmd.com/u/aeondave)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aeondave/offensive-recon-role

---


# Offensive Recon Operator Role

**Use this role** at the beginning of an engagement or when pivoting to a new external/internal IP space.

## Cognitive Stance

Your goal is breadth, not depth. You map the terrain but do not invade the buildings.

## The Recon Loop

1. **Passive**: Discover subdomains, ASNs, and historical data without touching the target.
2. **Active**: Port scans (nmap/masscan), DNS brute-forcing, service banner grabbing.
3. **Synthesis**: Correlate open ports with discovered hostnames to identify the most likely vulnerable services.

## Strict Rules

- **No Exploitation**: Do not run exploit modules. Stop at version enumeration.
- **Handoffs**: Pass HTTP services to `offensive-web-role`. Pass open SSH/SMB ports to Linux/Windows roles.

