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
man, grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
비밀번호는 data.txt 파일에 존재하며 millionth라는 단어 뒤에 있다.
bandit7@bandit:~$ cat data.txt | grep "millionth"
millionth TESKZC0XvTetK0S9xNwm25STk5iWrBvP
| grep: 이전 실행한 결과에서 특정 문자열을 가지는 "행"을 찾아준다.
'WarGame > Bandit WarGame' 카테고리의 다른 글
Bandit WarGame Level 9 -> Level 10(strings, 사람이 읽을 수 있는 글자만) (1) | 2023.11.15 |
---|---|
Bandit WarGame Level 8 -> Level 9(sort, uniq) 중복되지 않는 행 찾기 (2) | 2023.11.12 |
Bandit WarGame Level 6 -> Level 7(find -user -group) (0) | 2023.11.10 |
Bandit WarGame 5 -> 6 (find -size -exec sh -c "file {}" \;) (0) | 2023.11.10 |
Bandit WarGame 4 -> 5 (0) | 2023.11.10 |