BB

technology and craziness.

BB

technology and craziness.

OverTheWire - Bandit - Level 10 → Level 11

Warning: This post contains a solution!
Only continue if:
1.) you want to see a possible alternative solution or
2.) you are stuck and need a hint!

Connect to the server using the following credentials:

Server: bandit.labs.overthewire.org
Port: 2220
Username: bandit10
Password: truKxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Level Goal is:

The password for the next level is stored in the file data.txt, which contains base64 encoded data

Let us have a look at the content:

1
2
bandit10@bandit:~$ cat data.txt
VGhlIHBhc3N3b3JkIGlzIElGdWt3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==

Use the base64 command with the d(ecode) flag:

1
2
bandit10@bandit:~$ base64 -d data.txt
The password is IFukxxxxxxxxxxxxxxxxxxxxxxxxxxxx