Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Analyze `/challenge/strace.log`, a recorded trace of the source-less program `/app/mystery_program`. Find where it `openat`s a file in a hidden directory, then read the arguments of the following `read`/`write` calls to obtain the flag.
Look at the paths in open/openat calls
Find access to a hidden file (starting with .)
The following read/write argument contains the flag