Skip to content
Go back

Lost Frequencies

Updated:  at  02:55 PM

Lost Frequencies

Final Points: 100

Description

Zeroes, ones, dots, and dashes Data streams in bright flashes

111 0000 10 111 1000 00 10 01 010 1011 11 111 010 000 0

Note: Wrap the capitalized flag in KashiCTF{}.


Writeup

The key clues in the challenge were:

Step 1: Convert Binary to Morse Code

Interpreting the given binary sequence with 1 as a dash (-), 0 as a dot (.), and spaces separating characters:

--- .... -. --- -... .. -. .- .-. -.-- -- --- .-. ... .

Step 2: Decode Morse Code

Using dcode.fr Morse Decoder

OHNOBINARYMORSE


Flag

KashiCTF{OHNOBINARYMORSE}

Suggest Changes

Previous Post
Kashi CTF'25 Writeups
Next Post
Corruption