write up ctf by ariafatah
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
sshpass -p "dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr" ssh -o StrictHostKeyChecking=no bandit11@bandit.labs.overthewire.org -p 2220
cat data.txt | tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
# The password is 7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4
7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4