Bandit
level 11
soal
The password for the next level is stored in the file data.txt, which contains base64 encoded data
ssh
sshpass -p "FGUW5ilLVJrxX9kMYMmlN4MgbpfMiqey" ssh -o StrictHostKeyChecking=no bandit10@bandit.labs.overthewire.org -p 2220solve
cat data.txt | base64 -d
# The password is dtR173fZKb0RRsDFSGsg2RWnpNVj3qRrflag
dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr