Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Stego 0x003

Jonathan Ho edited this page Mar 24, 2020 · 3 revisions

For this challenge, we are given a wav file.

Link: https://github.com/joeyjon123/riftCTF/blob/master/chall3.wav

Listening to the audio, there doesn't seem to be anything unusual. Our next step is to open the file in Audacity and check the spectrogram.

We can read the flag from the spectrogram.

Flag: riftCTF{Music_is_Fr33d0m}

Clone this wiki locally