lv111 [Bandit] Level 11 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 Rot 13 인코딩이 적용된 파일 해독하기 들어가기 전 Rot 13 인코딩이란? 기존의 문자를 13자리 뒤의 문자로 치환하는 방법이다. 예를 들어 a라는 문자가 있으면 a,b,c,d... n 13번째 문자인 n으로 치환이 된다. 자세한 설명은 https://en.wikipedia.org/wiki/ROT13 에 들어가면 알 수 있다. 처음 접속을 하고 cat 명령어를 통해 data.txt를 확인하면 해당 문자열을 확인 .. 2023. 7. 17. 이전 1 다음