mdulin2 / SC5

Spokane Cyber Cup challenges - year 5!
9 stars 0 forks source link

Code injection - injection city #4

Closed YasminKadyrova closed 1 year ago

YasminKadyrova commented 1 year ago

Add this code.

   flagfile = open("/flags/flag4.txt", 'r')
   flag = flagfile.read()
mdulin2 commented 1 year ago

Added this code to simplify this.