Collins Boitl00pinfinity.hashnode.dev·Sep 20, 2024OverTheWire's Bandit: A Hands-On Guide to Linux Commands and Security Fundamentals - Part 1 (Level 0–10)Introduction Welcome to my walkthrough of the Bandit game from OverTheWire! If you’re like me, you’re probably on a quest to level up your Linux skills while having some fun in the process. Bandit is a fantastic starting point for anyone looking to g...overthewirewriteup
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 29, 2024OverTheWire Bandit - LVL10 (Complete)The goal for → LVL 10:: Level Goal: → The password for the next level is stored in the file data.txt, which contains base64 encoded data Commands you may need to solve this level: → grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd Explana...31 readsLinux
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 29, 2024OverTheWire Bandit - LVL9 (Documented/Completed)The goal for → LVL 9:: Level Goal: → The password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters. Commands you may need to solve this level: → grep, sort, uniq, strings, ...linux for beginners
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 14, 2024OverTheWire Bandit - LVL8 (Complete)The goal for → LVL 8:: Level Goal: → The password for the next level is stored in the file data.txt and is the only line of text that occurs only once Commands you may need to solve this level: → grep, sort, uniq, strings, base64, tr, tar, gzip, bzip...Linux
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 14, 2024OverTheWire Bandit - LVL7 (Completed)The goal for → LVL 7:: Level Goal: → The password for the next level is stored in the file data.txt next to the word millionth Commands you may need to solve this level: →ls , cd , cat , file , find, grep Explanation: Password for Bandit7 Access: mor...linux for beginners
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 7, 2024OverTheWire Bandit - LVL6 (Completed)The goal for → LVL 6:: Level Goal: → The password for the next level is stored somewhere on the server and has all of the following properties: owned by user bandit7 owned by group bandit6 33 bytes in size Commands you may need to solve this lev...Linux
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 7, 2024OverTheWire Bandit - LVL5 (Completed)The goal for → LVL 5:: Level Goal: → The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties: human-readable 1033 bytes in size not executable Commands you may need to solv...Linux
The Raw Bitblog.sudarshandevkota.com.np·Aug 5, 2024Overthewire Natas Walkthrough for BeginnersLevel 0 - Level 1: Looking at the source of the page, it has the password for the next level. 🔒 g9D9cREhslqBKtcA2uocGHPfMZVzeFK6 Level 1 - Level 2: The level was blocking right click but not the keyboard shortcut. Viewing the html gives the...65 readsnatas
The Raw Bitblog.sudarshandevkota.com.np·Aug 4, 2024Complete Walkthrough for Overthewire BanditLevel 0: SSH into the lab as bandit0 user ssh bandit0@bandit.labs.overthewire.org -p 2220 🔒 bandit0 Level 0 -> Level 1: The home folder for the user bandit0 has a readme file. Reading the file contents with cat command gives the password. ca...overthewire
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Jul 17, 2024OverTheWire Bandit - LVL2 (Completed):The goal for → LVL 2:: Level Goal: → The password for the next level is stored in a file called spaces in this filename located in the home directory. Commands you may need to solve this level: → ls , cat Explanation: Password for Bandit2: 263JGJPfgU...overthewire