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

# WordPress

> Enumerate, assess, and exploit common WordPress attack paths.

<CardGroup cols={2}>
  <Card title="WordPress Fundamentals" icon="book" href="/attacks/web/wordpress/fundamentals">
    Core file layout, configuration, key directories, and user roles.
  </Card>

  <Card title="WordPress Enumeration" icon="magnifying-glass" href="/attacks/web/wordpress/enumeration">
    Fingerprinting, user discovery, plugin and theme enumeration, and endpoint
    mapping.
  </Card>

  <Card title="WordPress Exploitation" icon="bolt" href="/attacks/web/wordpress/exploitation">
    Credential abuse, vulnerable extensions, authenticated code execution, and
    post-exploitation validation.
  </Card>

  <Card title="WordPress Hardening" icon="shield-check" href="/attacks/web/wordpress/hardening">
    Security controls, attack-surface reduction, and defensive baselines for
    production WordPress deployments.
  </Card>
</CardGroup>
