Loading

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一下就好啦

posted @ 2022-11-28 22:41  dyhaohaoxuexi  阅读(22)  评论(0编辑  收藏  举报