Welcome! This repository is a personal log and write-up collection of my journey through the Bandit wargame on OverTheWire. Bandit is designed for absolute beginners to learn the basics of Linux, bash, and cybersecurity.
- I'm solving Bandit to:
- Strengthen my Linux and command-line skills.
- Build a habit of documenting and sharing my learning process.
Each level has its own folder/file with:
- ✅ Objective of the level
- 🛠️ Commands used
- 💡 Explanation and reasoning
Example:
Goal: SSH into the server and find the password for the next level
man ssh # check the commands
ssh [email protected] -p 2220