Bandit Level 4 β Level 5

If we list the content of the home directory:
ls
We will have a folder, lets cd to it, and ls to see the files:
cd <Directory>ls
We can use the file command to see the type of a file, and because the filenames start with -, we will use ./, and the * to execute that command on all the files:
file ./*
As we can see the human readable file is -file07, lets read this file:
cat ./-file07
And here is the password for the next user.
Last updated