ONLINE SIGNAL STRONG | MAC · LINUX · LIFE --:--:-- UTC
← all transmissions
Coding April 10, 2025 1 min

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.

  1. Bandit : Focuses on basic Linux commands and file manipulation.
  2. Leviathan : Introduces basic programming and debugging.
  3. Narnia : Explores buffer overflows and binary exploitation.
  4. Krypton : Teaches cryptography concepts.
  5. Vortex : Advanced exploitation techniques.

Getting Started

  1. Visit OverTheWire.
  2. Choose a wargame (e.g., Bandit for beginners).
  3. Follow the instructions to connect via SSH.
  4. 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

Happy hacking!

← all transmissions