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
Commands you may need to solve this level
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
Helpful Reading Material
0. bandit11 로그인
IFukwKGsFW8MOq3IRFqrxE1hxTNEbUPR
1. tr 활용
bandit11@bandit:~$ cat data.txt | tr 'n-za-mN-ZA-M' 'a-zA-Z'
The password is 5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu
2. bandit12 비밀번호
5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu