> ## Documentation Index
> Fetch the complete documentation index at: https://notes.chaelsoo.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Grimoire

Personal security research notes, cheatsheets, and methodology.

<CardGroup cols={2}>
  <Card title="Methodology & Assessments" icon="lightbulb" href="/methodology/index">
    Pentest mindset, box-solving workflow, and engagement structure
  </Card>

  <Card title="Web Exploitation" icon="globe" href="/web/index">
    SQLi, XSS, SSRF, LFI/RFI, command injection, file upload, auth bypass
  </Card>

  <Card title="Infrastructure" icon="server" href="/linux/index">
    Linux and Windows privesc, post-exploitation, pivoting, and file transfers
  </Card>

  <Card title="Recon & Tools" icon="magnifying-glass" href="/recon/index">
    Port scanning, web enum, OSINT, and command references for all major tools
  </Card>

  <Card title="Active Directory" icon="network-wired" href="/active-directory/index">
    Kerberoasting, ACL abuse, delegation, ADCS, credential dumping, and trusts
  </Card>
</CardGroup>
