ctf_aria

write up ctf by ariafatah


Project maintained by ariafatah0711 Hosted on GitHub Pages — Theme by mattgraham

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 2220

solve

cat data.txt | base64 -d
# The password is dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr

flag

dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr