Bandit
level 12
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 2220solve
cat data.txt | tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
# The password is 7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4flag
7x16WNeHIi5YkIhWsfFIqoognUTyj9Q4