Wargames-Bandit-Level4

Level 4

Level Goal

The password for the next level is stored in the only human-readable file in the inhere directory. Tip: if your terminal is messed up, try the “reset” command.

Solution

說是隻有人才能讀...先cat一下:

bandit4@bandit:~/inhere$ ls -a
.  ..  -file00  -file01  -file02  -file03  -file04  -file05  -file06  -file07  -file08  -file09
bandit4@bandit:~/inhere$ cat ./-file00
��Q�6
     ▒�V����gH��b���v��Qȇ�bandit4@bandit:~/inhere$ 
bandit4@bandit:~/inhere$ cat ./-file01
▒q$`8��&[S�S����IE����2;bandit4@bandit:~/inhere$ cat ./-file03
���&���l���r�▒QEd8�tQ׼��e����Obandit4@bandit:~/inhere$

感覺是編碼問題啊..file一下:

bandit4@bandit:~/inhere$ file ./*
./-file00: OpenPGP Public Key
./-file01: data
./-file02: data
./-file03: data
./-file04: data
./-file05: data
./-file06: data
./-file07: ASCII text
./-file08: data
./-file09: data

感覺這個07有點東西,看一下:

bandit4@bandit:~/inhere$ cat ./-file07
lrIWWI6bB37kxfiCQZqUdOIYfr6eEeqR

好吧,就這...

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