Previous Level Guide: Bandit Level 32 → 33
Access
SSH: ssh bandit33@bandit.labs.overthewire.org -p 2220
Password: GaD9x8jUHhhAYrOgmcqPrP0n59weW02S
Info
At this moment, level 34 does not exist yet.
Theory
This is the last level, we did it! Let's see if there's a message in here.
Solution
Let's look in the directory:
~$ ls -la total 24 drwxr-xr-x 2 root root 4096 Sep 19 07:08 . drwxr-xr-x 70 root root 4096 Sep 19 07:09 .. -rw-r--r-- 1 root root 220 Mar 31 2024 .bash_logout -rw-r--r-- 1 root root 3771 Mar 31 2024 .bashrc -rw-r--r-- 1 root root 807 Mar 31 2024 .profile -rw------- 1 bandit33 bandit33 430 Sep 19 07:08 README.txt
A last README, let's check it out:
~$ cat README.txt Congratulations on solving the last level of this game! At this moment, there are no more levels to play in this game. However, we are constantly working on new levels and will most likely expand this game with more levels soon. Keep an eye out for an announcement on our usual communication channels! In the meantime, you could play some of our other wargames. If you have an idea for an awesome new level, please let us know!
Anyways, this was fun! So yeah... that's it, so see you guys :3 byebye :3
https://overthewire.org/wargames/bandit/bandit34.html