OverTheWire CTF Challenge Documentation
  • C 78.6%
  • Python 21.4%
Find a file
2026-07-09 23:47:23 +02:00
Bandit docs(bandit): improve solution of b24 by a lot 2026-07-09 22:47:38 +02:00
Krypton docs(krypton): add all krypton challenges 2026-07-05 14:07:39 +02:00
Leviathan fix(leviathan): change math rendering syntax 2026-07-05 09:59:40 +02:00
Narnia fix(narnia): improve docs and fix typo 2026-07-06 02:07:23 +02:00
Natas feat(natas): add challenges 10-13 2026-07-09 23:47:23 +02:00
.gdbinit docs(narnia): add first 5 narnia challenges 2026-07-06 02:02:42 +02:00
LICENSE docs: add the unlicense 2026-07-05 00:19:27 +02:00
README.md fix: correct markdown links 2026-07-08 15:54:38 +02:00

OverTheWire CTF Challenges

Initial Setup

Bandit, Leviathan, Narnia & Krypton are challenges that are solved via SSH, as such an ssh config that sets up the right ports and uses an appropriate TERM variable, such that keyboard shortcuts like <C-L> work properly, helps a lot!

Host bandit.labs.overthewire.org
  SetEnv TERM=xterm-256color
  Port 2220

Host leviathan.labs.overthewire.org
  SetEnv TERM=xterm-256color
  Port 2223

Host narnia.labs.overthewire.org
  SetEnv TERM=xterm-256color
  Port 2226

Host krypton.labs.overthewire.org
  SetEnv TERM=xterm-256color
  Port 2231

Natas is a web-based challenge and does not require any specific set-up.