Over The Wire


Bandit

Host: bandit.labs.overthewire.org

Port: 2220



Level 10

ssh bandit10@bandit.labs.overthewire.org -p 2220
password: G7w8LIi6J3kTb8A7j9LgrywtEUlyyp6s

Objective:

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

  • $ base64 -d data.txt

CLI:

bandit10@bandit:~$ base64 -d data.txt
The password is 6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM
bandit10@bandit:~$

Bandit