启动时生成的 `data.txt` 是 1200 行访问日志。只筛选 `192.168.1.100` 的行,并在其中寻找 FLAG。
先用目标 IP 过滤日志
在过滤结果中搜索 `FLAG{`
可使用 `grep` 或 `re.search`