Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Runtime-generated data.txt is a 1200-line access log. Filter for 192.168.1.100 and find the FLAG among those lines.
Filter for the target IP first
Search those lines for FLAG{
Use grep or re.search