Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
data.txt holds 100+ base64-encoded strings, one per line. Decode them all and find the flag (the line starting with FLAG{...}).
Use Python's base64 module (base64.b64decode)
Skip invalid base64 lines with try-except
Look for the decoded line that starts with FLAG{