The ordinary write-up can't be uploaded to Steemit(lack of RC). So I uploaded here.
일반 write-up은 Steemit에 업로드하지 못하여(RC 부족) 여기에 올립니다.
The Facebook page WARGAMER is providing the full write-up PDF.
페이스북 페이지 WARGAMER에서는 풀 write-up PDF를 제공하고 있습니다.
WARGAMER(Link)
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 8 → Level 9
Level Goal
The password for the next level is stored in the file data.txt and is the only line of text that occurs only once
레벨 목표
다음 레벨을 위한 패스워드는 "data.txt" 파일에 저장되어 있지만, 단 한 번만 나타난다.
Commands you may need to solve this level
이 레벨을 클리어하기 위해 필요할 것으로 예상되는 명령어.
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
Helpful Reading Material 참고자료
The unix commandline: pipes and redirects(Link)
유닉스 명령줄: 파이프 그리고 디다이렉트.
Level Goal
The password for the next level is stored in the file data.txt and is the only line of text that occurs only once
레벨 목표
다음 레벨을 위한 패스워드는 "data.txt" 파일에 저장되어 있지만, 단 한 번만 나타난다.
Commands you may need to solve this level
이 레벨을 클리어하기 위해 필요할 것으로 예상되는 명령어.
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
Helpful Reading Material 참고자료
The unix commandline: pipes and redirects(Link)
유닉스 명령줄: 파이프 그리고 디다이렉트.
This challenge requires the advanced ability to find the specific string line of a text file in Linux. If you have experience searching texts in a file with a pipeline or sorting, it will be easier.
이 챌린지는 리눅스에서 파일 내 특정 문자열 행을 검색하는 보다 향상된 능력을 요구합니다. 만약 당신이 파이프라인이나 정렬을 사용하여 파일에서 텍스트를 검색해본적 있다면 보다 수월할 것입니다.
This is some part of the resolution procedures. I could find the flag from below.
이것은 분석 과정중 일부입니다. 아래에서 플래그를 찾을 수 있었습니다.
$ cat ■■■■■■■■■■■■■■■■■■■■■
10 07iR6PwHwihvQ3av1fqoRjICCulpoyms
10 0ob6rCn4D4jQ6KCiaT5hmOdWFrm2quR1
10 1drBmDT7PYS7hVgoTWkJSjUZUK7ZAIAa
10 1JnkIYLDOdn5M7TGabYxOWkn7HazMjYW
10 1wBrW0VGjKeYiXltbEWrUipwSHQfTu44
10 2Dxbtw8cnKyHwvt0lfFNYOGc4cE59uua
10 tmzBM5rcV9y7AM1xDHudL2yX9oefGieT
10 tWwjd16fG17vGdjutfOygVTjEGxlijOS
10 uBRx9inQTeaDZAuzEb2MadWXmkH8uW4O
1 UsvVyFS■■■■■gC7dAF■■■■■■hR
10 vBo3qbjNEF2d3meGEkRfc3mKpjtiDz1i
10 VElUBEIhJ4yBgOBSN05WgtV2rF6kkGdz
10 vl9liaz8TKv1enUi0S2REhn01hKjjFIK
10 YR0sflfJZ34iuY3wM3DNNO19dBYnJDmt
10 yXGLvp7UaeiDKxLGXQYlWuRWdIgeCaT0
10 YzZX7E35vOa6IQ9SRUGdlEpyaiyjvWXE
$
10 07iR6PwHwihvQ3av1fqoRjICCulpoyms
10 0ob6rCn4D4jQ6KCiaT5hmOdWFrm2quR1
10 1drBmDT7PYS7hVgoTWkJSjUZUK7ZAIAa
10 1JnkIYLDOdn5M7TGabYxOWkn7HazMjYW
10 1wBrW0VGjKeYiXltbEWrUipwSHQfTu44
10 2Dxbtw8cnKyHwvt0lfFNYOGc4cE59uua
- Omission 중 략 -
10 tmzBM5rcV9y7AM1xDHudL2yX9oefGieT
10 tWwjd16fG17vGdjutfOygVTjEGxlijOS
10 uBRx9inQTeaDZAuzEb2MadWXmkH8uW4O
1 UsvVyFS■■■■■gC7dAF■■■■■■hR
10 vBo3qbjNEF2d3meGEkRfc3mKpjtiDz1i
10 VElUBEIhJ4yBgOBSN05WgtV2rF6kkGdz
10 vl9liaz8TKv1enUi0S2REhn01hKjjFIK
- Omission 중 략 -
10 YR0sflfJZ34iuY3wM3DNNO19dBYnJDmt
10 yXGLvp7UaeiDKxLGXQYlWuRWdIgeCaT0
10 YzZX7E35vOa6IQ9SRUGdlEpyaiyjvWXE
$