Level 5

Not a bot πŸ€–

The hint is that the password is in the only human-readable file in the inhere directory.

This is what the inhere directory looks like:

Directory listing of the inhere directory
Directory listing of inhere

Now we could go through each file one by one, however it is quite an issue to get it to print. In order to get the 'human readable' text, we can use the strings command.

`strings` command output
strings command output

In order to grow our skills, this seems like a great chance to use a bash one-liner.

And the output is as follows:

And now we learned a bit of bash scripting!

Last updated