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

# Metasploit

> Exploitation framework usage, split into focused sections.

This guide is now split into smaller pages for faster loading and easier navigation.

<CardGroup cols={2}>
  <Card title="Core Workflow" icon="compass" href="/tools/exploitation-frameworks/metasploit/core">
    Module types, searching, targeting, and baseline msfconsole workflow.
  </Card>

  <Card title="Payloads" icon="file-arrow-up" href="/tools/exploitation-frameworks/metasploit/payloads">
    Singles, stagers, stages, payload search, and selection strategy.
  </Card>

  <Card title="MSFVenom" icon="hammer" href="/tools/exploitation-frameworks/metasploit/msfvenom">
    Payload generation, encoding, and real-world deployment workflows.
  </Card>

  <Card title="Encoders" icon="shield" href="/tools/exploitation-frameworks/metasploit/encoders">
    SGN, msfvenom encoding, and VirusTotal detection reality checks.
  </Card>

  <Card title="Sessions" icon="terminal" href="/tools/exploitation-frameworks/metasploit/sessions">
    Session management, backgrounding exploits, and job control.
  </Card>

  <Card title="Meterpreter" icon="wand-magic-sparkles" href="/tools/exploitation-frameworks/metasploit/meterpreter">
    Meterpreter payload, post-exploitation workflows, and privilege escalation.
  </Card>

  <Card title="Evasion" icon="shield-exclamation" href="/tools/exploitation-frameworks/metasploit/evasion">
    Endpoint protection, perimeter defense, detection evasion, and AV bypass.
  </Card>

  <Card title="Plugins" icon="puzzle" href="/tools/exploitation-frameworks/metasploit/plugins">
    Plugin installation, Nessus integration, and framework customization.
  </Card>
</CardGroup>
