Level Goal
The password for the next level is stored in the file data.txt next to the word millionth
다음 레벨의 비밀번호는 millionth라는 단어 옆에 있는 data.txt 파일에 저장됩니다.
Hint
1. Linux pipe
2. grep
Write Up
더보기
data.txt를 확인해본 결과 엄청 많은 문자열들이 있었다.
나는 파이프와 grep을 이용하여 손 쉽게 millionth을 찾아서 해당 부분만 출력하였다.
bandit8 :: cvX2JJa4CFALtqS87jk27qwqGhBM9plV
'Wargame > OverTheWire' 카테고리의 다른 글
[OverTheWire System - Bandit] Level 9 >> Level 10 (0) | 2021.10.28 |
---|---|
[OverTheWire System - Bandit] Level 8 >> Level 9 (0) | 2021.10.27 |
[OverTheWire System - Bandit] Level 6 >> Level 7 (0) | 2021.10.27 |
[OverTheWire System - Bandit] Level 5 >> Level 6 (0) | 2021.10.26 |
[OverTheWire System - Bandit] Level 4 >> Level 5 (0) | 2021.10.26 |
Comment