Home CTFs | vishwactf | Quick_Heal
Post
Cancel

CTFs | vishwactf | Quick_Heal

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:

image

And now with the spectrogram activated, we can see the Morse code loud and clear:

image

You can use tools like dcode.fr or CyberChef to decode the morse:

image

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:

image

I recovered all of them and get the following QrCode:

image

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: as L and the Mask Pattern : as 2

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.

This post is licensed under CC BY 4.0 by the author.