🐧 Linux (Bandit)

[OverTheWire][Linux] Bandit Level7 -> Level8

선달 2024. 12. 23. 08:16
반응형

문제

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

반응형