Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Multiple application and system log files are provided. The flag is embedded in a single DEBUG-level line — narrow it down with grep or similar tools.
Check through the log files under /var/log/app
Filtering by log level (DEBUG) makes it easier to find
grep -i flag directly searches for flag-like strings