WarGame/Bandit WarGame
Bandit WarGame Level 7 -> Level 8(grep)
팥들었슈_
2023. 11. 12. 11:43
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: 이전 실행한 결과에서 특정 문자열을 가지는 "행"을 찾아준다.