Linux Level 3 90 points

Linux-Strace. Tracing System Calls to Expose a File

Mission

A binary that prints nothing to standard output is provided. Trace its system calls with strace to determine which file it opens and reads.

#linux#strace#syscalls

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag