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

# Enumeration

> Systematic enumeration to identify vulnerabilities, misconfigurations, and attack paths.

Enumeration goes deeper than recon — it involves **actively querying** services, applications, and systems to extract actionable intelligence.

<CardGroup cols={2}>
  <Card title="Web Enumeration" icon="globe" href="/playbook/enumeration/web-enumeration">
    Directory busting, parameter fuzzing, technology fingerprinting, and more.
  </Card>

  <Card title="Host Enumeration" icon="server" href="/playbook/enumeration/host-enumeration">
    Deep host service, configuration, and authentication-path enumeration.
  </Card>

  <Card title="Remote Management Protocol Enumeration" icon="terminal" href="/playbook/enumeration/remote-management-protocol-enumeration">
    Protocol-level access, control, and exposure validation.
  </Card>
</CardGroup>
