Bandit Level 7 → Level 8

Level Goal

The password for the next level is stored in the file data.txt next to the word millionth

Commands you may need to solve this level

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

Helpful Reading Material



data.txt파일에 millionth라는 단어에 비번이 있다고하내요.


한번 data.txt파일부터 봅시다.







cat data.txt 치자마자

엄청난 글자가 튀어나오내요..



저기서 millionth 이란 단어에 비번이 있다고하니.


millionth 이란 단어만 찾으면되내요


이문제에 아주쉬운 방법이 있다.


vi 명령모드에서 

/ 찾고자하는 문자  를 치면


바로 그문자를 찾아준다.




한방에 해결되었다.


저 비밀번호로 다음단계로 넘어가보자 ㅎㅎ


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

Level 9 -> Level 10  (0) 2014.10.21
Level 8 -> Level 9  (0) 2014.10.21
Level 6 -> Level 7  (0) 2014.10.20
Level 5 -> Level 6  (0) 2014.10.19
Level 4 -> Level 5  (0) 2014.10.19
,