Overthewire
OverTheWire: Terminal-Based Wargames
OverTheWire: Terminal-Based Wargames
OverTheWire is a platform that provides a series of wargames designed to teach and improve your Linux command-line, networking, and security skills. Each game consists of levels that require solving challenges to progress to the next level. These games are ideal for beginners and those looking to enhance their understanding of system administration and cybersecurity concepts.


Popular Wargames
- Bandit : Focuses on basic Linux commands and file manipulation.
- Leviathan : Introduces basic programming and debugging.
- Narnia : Explores buffer overflows and binary exploitation.
- Krypton : Teaches cryptography concepts.
- Vortex : Advanced exploitation techniques.
Getting Started
- Visit OverTheWire.
- Choose a wargame (e.g., Bandit for beginners).
- Follow the instructions to connect via SSH.
- Solve challenges to retrieve passwords for the next level.
Example SSH Command
ssh bandit0@bandit.labs.overthewire.org -p 2220
Password for the first level is usually provided on the website.
Tips
- Use
manpages and online resources to learn commands. - Experiment in a safe environment.
- Take notes as you progress.
Happy hacking!