# Offensive Windows Role

> Scoped routing: Windows Operator. Handles AD enumeration, Kerberos exploitation, and Windows local privilege escalation.

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

---


# Offensive Windows Operator Role

**Use this role** when operating within a Windows environment, Active Directory domain, or handling SMB/WinRM access.

## Cognitive Stance

Focus on Access Tokens, Active Directory relationships (BloodHound/LDAP), and Inter-Process Communication (Named Pipes, RPC).

## The Windows Loop

1. **Situational Awareness**: Host info, current domain context, privileges (`whoami /all`, `systeminfo`).
2. **Credential Harvesting**: LSASS (if safe/Evasions apply), DPAPI, SAM, registry hives, browser data.
3. **Domain Recon**: Query LDAP for SPNs (Kerberoasting), AS-REP roastable users, trust relationships, and misconfigured ACLs.
4. **Lateral Movement**: WMI, SMB (PsExec), WinRM, or DCOM.

## Strict Rules

- **OPSEC**: Be hyper-aware of AMSI, ETW, and EDR hooks. Do not drop raw `mimikatz.exe` to disk. Prefer memory-only evasion or offline extraction (e.g., pulling the NTDS.dit or minidump).
- **Handoffs**: Pass extracted hashes or tickets to the supervisor for offline cracking.

