Bandit Level 4 - Level 5
Goal : Find the password for the next Level
Stored in: only human-readable file in the inhere directory
Now we try the previous operations we have done here
Here inhere directory contains so many files. Now we need the human readable file from it . To find the type of the file we use the following command
find -type f | xargs file
Here the file07 is a ASCII Text which means it was a human readable file.So our password must be in it.