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

# Natas

> OverTheWire Natas — web security wargame covering source disclosure, LFI, injection, encoding, and more.

<CardGroup cols={3}>
  <Card title="Natas 0" icon="0" href="/challenges/overthewire/natas/natas0">
    View Page Source
  </Card>

  <Card title="Natas 1" icon="1" href="/challenges/overthewire/natas/natas1">
    Right-click disabled
  </Card>

  <Card title="Natas 2" icon="2" href="/challenges/overthewire/natas/natas2">
    Hidden files
  </Card>

  <Card title="Natas 3" icon="3" href="/challenges/overthewire/natas/natas3">
    robots.txt
  </Card>

  <Card title="Natas 4" icon="4" href="/challenges/overthewire/natas/natas4">
    Referer header
  </Card>

  <Card title="Natas 5" icon="5" href="/challenges/overthewire/natas/natas5">
    Cookie manipulation
  </Card>

  <Card title="Natas 6" icon="6" href="/challenges/overthewire/natas/natas6">
    Source code leak
  </Card>

  <Card title="Natas 7" icon="7" href="/challenges/overthewire/natas/natas7">
    Local File Inclusion
  </Card>

  <Card title="Natas 8" icon="8" href="/challenges/overthewire/natas/natas8">
    Base64 encoding
  </Card>

  <Card title="Natas 9" icon="9" href="/challenges/overthewire/natas/natas9">
    Command injection
  </Card>

  <Card title="Natas 10" icon="1 0" href="/challenges/overthewire/natas/natas10">
    Filtered command injection
  </Card>
</CardGroup>
