OverTheWire CTF Challenge Documentation
- C 78.6%
- Python 21.4%
| Bandit | ||
| Krypton | ||
| Leviathan | ||
| Narnia | ||
| Natas | ||
| .gdbinit | ||
| LICENSE | ||
| README.md | ||
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.