OverTheWire Bandit write-up(Level 7 → Level 8)steemCreated with Sketch.

in wargame •  6 years ago 

To comply with the rule, in this write-up, I just deal with some hints related to this challenge. Here is no correct answer and no solution.

룰을 준수하기 위해, 이 문서에서는 이 챌린지와과 관련된 몇 가지 힌트만을 다룹니다. 여기에 정답과 솔루션은 없습니다. 


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

레벨 목표
다음 레벨을 위한 패스워드는 "data.txt"파일 내부에 "millionth"라는 단어 옆에 있다. 

Commands you may need to solve this level
이 레벨을 클리어하기 위해 필요할 것으로 예상되는 명령어.
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd


This challenge requires the ability to find the specific string line of a text file in Linux. If you have experience searching texts in a file, it will be easier.

이 챌린지는 리눅스에서 파일 내 특정 문자열 행을 검색하는 능력을 요구합니다. 만약 당신이 파일에서 텍스트를 검색해본적 있다면 보다 수월할 것입니다.   


This is some part of the resolution procedures. I could find the flag from below.

이것은 분석 과정중 일부입니다. 아래에서 플래그를 찾을 수 있었습니다.  

$ file ./data.txt
./data.txt: UTF-8 Unicode text
$
$
$ more ./data.txt
humiliation's   47r0YuNylaQ3k6HqGF5NsPPiGuolDCjn
malarkey's      0huyJeRwvtJaoyRmJjQFsRnQcYG4gDir
prioress        ocudTlq9CbpCw9aByrqGffAuoYvCmLNV
enlivened       a7zT1gFekL2pB54py3NmJkYluxdAscwO

- Omission  생략 -

$
$ ■■■■■■■■■■.tx■■■■■■■■■■ion■■■■■
m■■■■■h       cvX2■■■■■■■qS87j■■■■■■■■lV



If you need the full write-up PDF, please refer to the following page.

풀 write-up PDF가 필요하신 분은 아래 페이지를 참고하시기 바랍니다.

https://cysecguide.blogspot.com/2017/10/wargame-write-up-list.html
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!