Level 10 → Level 11

옥영진·2020년 5월 16일
0

Bandit - OverTheWire

목록 보기
11/33

Level 10 → Level 11

목표

Level Goal
The password for the next level is stored in the file data.txt, which contains base64 encoded data

Commands you may need to solve this level
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd

다음 레벨로 가는 패스워드는 data.txt 파일 내에 base64로 인코딩 되어 존재한다고 한다.

해결

base64 -d ./data.txt

base64 명령어에서 -d 옵션을 통해 data.txt 파일을 디코딩하여 출력하면 다음 레벨로 가는 패스워드를 얻을 수 있다.

  • base64
    데이터를 base64로 인코딩/디코딩 하여 출력하는 명령어다.
profile
안녕하세요 함께 공부합시다

0개의 댓글