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

Stego 0x004

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

For this challenge, we are given a wav file.

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

Listening to the audio, there doesn't seem to be anything unusual. Opening the file in Audacity and checking the spectrogram doesn't reveal the flag. We decide to run strings just in case.

Command and Results: https://github.com/joeyjon123/riftCTF/blob/master/stegstrings4.txt (Note: The file is very large and may not load on the browser. To view it, download the file and open it on your device.)

The flag is the very last output.

Flag: riftCTF{I_4m_th3_cr3at0r}

Clone this wiki locally