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

Commands you may need to solve this level

grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd

Helpful Reading Material


data.txt파일 안에 비번이 있긴한데..


모든 소문자 a-z까지 

모든 대문자 A-Z까지


13 positions 로 회전한다고하는데,,,


도통 이것만 들으니까 뭔소린지 모르겟다..

대충 13개의 문자로 뭐 변환된다고하는거가튼대.


잘모르겟어서 밑에 위키피디아에서 Rot13 를 찾아보았다.




요런 사진이 나온다.


13개씩 각각 다른 문자로 대치된다는 의미인거같다.


그럼 살펴보자.ㅋㅋ




이렇게 무슨 문장이 뜨긴하다..


저거를 아까전에 Rot13을 이용해서 해석해보면


the password is ....


직접 일일이 맞출려고하니까 귀찮고해서...


걍 구글에서 Rot13 decoder치니까 어떤 사이트 들어가서 디코더 해버렸다..





저런 값으로 바껴버렷다.


저 값을 가지고 다음단계로 로그인해보자.ㅎㅎ



혹시, 이문제 푸는대 

좀더 간단한 방법있으면 좀 알려주세요..ㅜㅜ


이렇게하는게 최선의 방법인지 잘모르겟내요..ㅜ

'Etc > Bandit of Wargames' 카테고리의 다른 글

Level 13 -> Level 14  (0) 2014.10.24
Level 12 -> Level 13  (0) 2014.10.21
Level 10 -> Level 11  (0) 2014.10.21
Level 9 -> Level 10  (0) 2014.10.21
Level 8 -> Level 9  (0) 2014.10.21
,