Programming Level 2 40 points

Python Automation - Access Log Parsing

Mission

data.txt is an access log of 1000+ lines. Extract the lines from IP 192.168.1.100 and find the flag (FLAG{...}) among them.

#programming#python#logs#regex

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag