Editorial for DMOJ Capture The Flag '20 G2 - Where's the flag?


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: Ninjaclasher

The flag is contained in a div with display: none, meaning that it will not be visible to you. You can either find the hidden div through a browser's View source or Inspect Element feature. The flag is then encoded in Base64, so you will need to decode it.


Comments

There are no comments at the moment.