Bandit Level 4 → Level 5

https://overthewire.org/wargames/bandit/bandit5.html

The password is in the only human readable file. To find it, we can use strings on all the files in the folder inhere to find the password.

bandit4@bandit:~$ ls
inhere
bandit4@bandit:~$ cd inhere/
bandit4@bandit:~/inhere$ ls
-file00  -file01  -file02  -file03  -file04  -file05  -file06  -file07  -file08  -file09
bandit4@bandit:~/inhere$ strings ./-file0*
;#8q
BXot
.Y>*
a\6n
lrIWWI6bB37kxfiCQZqUdOIYfr6eEeqR

Last updated