← Back to STEG BREAK CTF

MORSINI THE BOSS

Convert video audio to WAV and decode the Morse code sequence.

Tools Used

FFmpegMorse Code Decoder

Overview

A video file has a hidden audio track containing morse beeps.

Reconnaissance

We convert the MP4 video file to a WAV audio file for precise analysis.

Exploitation Strategy

Decoding the morse code sequence from the audio track gives the string STGSHIVAJITHEBOSS, representing the flag.

Solution Code

ffmpeg -i input.mp4 output.wav
Decode morse code -> STG{SHIVAJITHEBOSS}

Flag

STG{SHIVAJITHEBOSS}