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

# Web Attacks

> Web application attack techniques — vulnerability-first thinking.

<Columns cols={2}>
  <Card title="Local File Inclusion" icon="file" href="/attacks/web/local-file-inclusion">
    Exploit LFI to read sensitive files, achieve RCE via log poisoning, and
    more.
  </Card>

  <Card title="SQL Injection" icon="database" href="/attacks/web/sql-injection">
    Classic and blind SQLi — from data extraction to OS command execution.
  </Card>

  <Card title="WordPress" icon="wordpress" href="/attacks/web/wordpress">
    CMS fingerprinting, WPScan workflows, plugin abuse, and common attack paths.
  </Card>
</Columns>
