OverTheWire Bandit Level 10-> Level 11

anonymous gitanonymous git
1 min read

Bandit Level 10 → Level 11

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

Now Let’s solve it:

First ssh into bandit10

ssh bandit10banditlabs -p 2220

Enter the password: FGUW5ilLVJrxX9kMYMmlN4MgbpfMiqey

Now you should be in bandit10.

Type ls to view the contents.

bandit10@bandit:~$ ls

The output will be data.txt

cat data.txt and pipe it into base64 -d

bandit10@bandit:~$ cat data.txt | base64 -d

The password is dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr

0
Subscribe to my newsletter

Read articles from anonymous git directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

anonymous git
anonymous git