Wargames-Bandit-Level7

Level 7

Level Goal

The password for the next level is stored in the file data.txt next to the word millionth

Solution

說是millionth這個單詞旁邊是password,盲猜文件很大需要搜索:

bandit7@bandit:~$ ll
total 4108
drwxr-xr-x  2 root    root       4096 Sep  1 06:30 ./
drwxr-xr-x 49 root    root       4096 Sep  1 06:30 ../
-rw-r--r--  1 root    root        220 Jan  6  2022 .bash_logout
-rw-r--r--  1 root    root       3771 Jan  6  2022 .bashrc
-rw-r-----  1 bandit8 bandit7 4184396 Sep  1 06:30 data.txt
-rw-r--r--  1 root    root        807 Jan  6  2022 .profile
bandit7@bandit:~$ cat data.txt | grep millionth
millionth       TESKZC0XvTetK0S9xNwm25STk5iWrBvP

果然是個大文件,grep一下就好啦

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章