> ## Documentation Index
> Fetch the complete documentation index at: https://hackbook.dudji.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Playbook

> Methodology & flow — a structured approach to offensive engagements.

The Playbook defines the **operational methodology** used throughout all engagements. Each phase builds on the previous, creating a disciplined and repeatable attack flow.

<Columns cols={2}>
  <Card title="Recon" icon="magnifying-glass" href="/playbook/recon">
    Passive and active reconnaissance techniques to map the target surface.
  </Card>

  <Card title="Enumeration" icon="list" href="/playbook/enumeration">
    Deep-dive enumeration to identify entry points and misconfigurations.
  </Card>

  <Card title="Exploitation" icon="bolt" href="/playbook/exploitation">
    Gaining initial access by exploiting discovered vulnerabilities.
  </Card>

  <Card title="Post-Exploitation" icon="flag" href="/playbook/post-exploitation">
    Actions on objectives - persistence, pivoting, and exfiltration.
  </Card>
</Columns>
