Bandit Level 11 → Level 12
Level Goal
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
Level Answer
1. cat [FILE] | tr [SET1] [SET2]
- SETs are specified as strings of characters.
$ cat data.txt | tr n-za-mN-ZA-M a-zA-Z
The password is 5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu
2. ssh [-p port] [user@]hostname
- [-p port] Port to connect to on the remote host.
$ ssh -p 2220 [email protected]
Level Password
5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu