Level 7

Perm check πŸ‘€

This is the excerpt from the challengearrow-up-right

The password for the next level is stored somewhere on the server and has all of the following properties:

owned by user bandit7
owned by group bandit6
33 bytes in size

Seems like the find command from the last challenge can help us here as well!

Here is the command I crafted:

This gives us a path that we can check with ls -l to verify the requirements are met and cat to print the password!

The output of the command crafted.

Last updated