Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

OverTheWire: Bandit Writeups

My personal notes and writeups for the OverTheWire Bandit wargame.

This repository serves as a learning journal where I document my progress, commands, observations, and solutions while working through the Bandit levels. The goal is not to provide copy-paste answers, but to keep track of what I learned and how I approached each challenge.

About Bandit

Bandit is a beginner-friendly Linux security wargame created by OverTheWire. It is designed to teach basic Linux command-line skills, file manipulation, text processing, permissions, networking concepts, and problem-solving techniques commonly used in cybersecurity.

Official website:

https://overthewire.org/wargames/bandit/

Repository Structure

.
├── Levels
│   ├── Level00.md
│   ├── Level01.md
│   ├── Level02.md
│   └── ...
└── README.md

Topics Covered

Throughout the Bandit wargame, I encounter and practice topics such as:

  • Linux command line
  • File and directory operations
  • Permissions and ownership
  • SSH
  • Searching and filtering data
  • Encodings and transformations
  • Networking basics
  • Scripting fundamentals

Purpose

This repository exists primarily for:

  • Tracking my learning progress
  • Keeping personal reference notes
  • Reinforcing concepts through documentation
  • Building a habit of technical journaling

Disclaimer

These writeups are intended for educational purposes and personal learning. If you are currently working through Bandit yourself, consider attempting each level before reading the corresponding notes.

Releases

Packages

Contributors