> ## 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.

# Attacks

> Vulnerability-first thinking — attack techniques organized by type and target.

The Attacks section documents specific offensive techniques, organized by attack category. Each entry covers the **concept, conditions, exploitation method, and mitigation** for reference.

<Columns cols={2}>
  <Card title="Web" icon="globe" href="/attacks/web">
    Web application attacks — LFI, SQLi, XSS, SSRF, and more.
  </Card>

  <Card title="Privilege Escalation" icon="arrow-up" href="/attacks/privilege-escalation">
    Linux and Windows privilege escalation techniques.
  </Card>
</Columns>
