Google CTF 2021 Beginners Quest
    Written on September 19, 2021
  
  #2 - Moscow Apartment
For this challenge we are given a file.
Running the file command we can see the file is a Zip archive. So opening the file using 7zip we find logic-lock.png which contains a logic circuit which will reveal the flag when it is solved.

Back tracking the circuit we find the correct combination is: BCFIJ
Therefore the flag is CTF{BCFIJ}
Next quest: Google2021Beginners-03