This CTF isn’t hard but a bit boring to do. We had a video that, when we launched it, has Morse code in it.
We first need to recover the sound of the audio, using any video editor online or not. Then, we can put it in audacity and look at the spectrogram:
And now with the spectrogram activated, we can see the Morse code loud and clear:
You can use tools like dcode.fr or CyberChef to decode the morse:
But this isn’t enough to get the flag. When looking at the video, we can see images that look like part of a QrCode:
I recovered all of them and get the following QrCode:
This wasn’t good enought because some part of the QrCode wasn’t clean. I used a website to edit QrCode.
I choosed the
Error Correction Level:
asL
and theMask Pattern :
as2
PS: You can find my Photoshop project here
This gives us the text VishwaCTF{S3cur1ty.S1mpl1f13d
we add the previous part of the flag to it and we get the full flag VishwaCTF{S3cur1ty.S1mpl1f13d.5nj0y.c0up0ns}
.
Don’t forget to add the
}
at the end. It isn’t displayed in the Morse code.