Level Goal The password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters. Commands you may need to solve this level grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd 이전 레벨과 동일하게 data.txt라는 파일안에 패스워드가 있는데, 사람이 읽을 수 있는 문자열이고 앞에 몇개의 '='문자가 있다고 한다.
먼저 data.txt를 cat명령어를 사용해서 한번 열어봤다. ????????? 아 이거 뭐지......??????
string으로 다시 출력해봤다. strings data.txt 명령어 사용 몇개의 =가 앞에 있는 string들을 보니 아래와 같았다. ========== the =========...
#
Bandit
#
정보보안
#
워게임
#
반딧
#
모의해킹
#
명령어
#
리눅스
#
wargame
#
strings
#
putty
#
overthewire
#
Linux
#
level9
#
command
#
컴퓨터
원문 링크 : [Bandit] Level 9 → Level 10