Movie scene

Challenge Description

When storms occur in movies, lights fluctuate.

Attached files

Solution

  • Looking at the crypto.txt file, we see only 2 characters: Y and K. This is a morse code.

  • Using cyberchef, and replacing Y with 0 and K with 1, converting from binary, we get the flag

FLAG

xCTF{z3r0_0n3_z3r0_0n3}

Last updated