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, where all lowercase (a-z) and uppercase (A-Z) letters have been rotated by 13 positions

ssh

sshpass -p "dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr" ssh -o StrictHostKeyChecking=no bandit11@bandit.labs.overthewire.org -p 2220

solve

cat data.txt | tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
# The password is 7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4

flag

7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4