Programming Level 2 40 points

Python Automation - Bulk Base64 Decoding

Mission

data.txt holds 100+ base64-encoded strings, one per line. Decode them all and find the flag (the line starting with FLAG{...}).

#programming#python#base64

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag