🐧 Linux (Bandit)
[OverTheWire][Linux] Bandit Level7 -> Level8
선달
2024. 12. 23. 08:16
반응형
https://overthewire.org/wargames/bandit/bandit8.html
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> 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
overthewire.org
문제
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
풀이
bandit7@bandit:~$ vi data.txt
vi 에디터로 Data.txt 파일을 연 다음 슬래쉬로 문제에 나온 단어(millionth)를 검색하면 끝!
더보기
dfwvzFQi4mU0wfNbFOe9RoWskMLg7eEc
반응형