Bait A Phish
Bait A Phish
Security Pulse
tutorial · bandit

Bandit Level 11

Decode base64 data to reveal the next password.
banditbase64encoding
Narration (cached)
Marks this level complete in your browser.

Goal

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

Hints

Solution (click to reveal)
  1. SSH in:
ssh bandit11@bandit.labs.overthewire.org -p 2220
  1. Decode the file:
base64 -d data.txt

That output is the password for Level 12.

Notes

Bandit Level 10Bandit Level 12