Wargame/Bandit
Bandit Level 11 → Level 12
startonebyone
2022. 3. 7. 17:32
Level Goal
다음 레벨을 위한 패스워드는 data.txt 파일에 저장되어 있고, 거기에 모든 소문자 및 대문자는 13번 이동되어있다.
Commands you may need to solve this level
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
Answer
$ ls
$ cat ./data.txt
$ cat ./data.txt | tr [A-Za-z] [N-ZA-Mn-za-m] // tr 명령어를 사용해 13자리를 이동해서 제자리로 돌려준다.
bandit12 password : 5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu