Box Stats
Box Info | Details |
---|---|
Box Name : | Musical Stego |
Difficulty : | Easy |
Play : | Musical Stego |
Recommended : | Yes ![]() |
Summary
Hello, this one was an easy challenge based on audio steganography. Steganography is hiding a file/message inside of another file. Let’s start!
Who remixed the song?
The answer is in front of our eyes. Kilmanjaro
1 |
|
What link is hiding in the music?
On this one, we’ll use a tool called Sonic Visualizer
. Is a tool for analysing the contents of audio files. You can install it by using this command apt install sonic-visualiser
.
First open the file.
Then add spectrogram.
There is a QR code, play a bit with the filters so you can scan it.
The scan gives the answer https://voca.ro/imPgJC013AW
What does the found audio convert to? [CHECK HINT, LINK IS DEAD]
When we visit the link we see another audio file, it sounds like beep boop
that’s morse audio code. Let’s use a morse code audio decoder
We have the answer pastebin.com/LZKTB4ET
What was the found password?
Because link is dead, hint says to use a github link https://github.com/m00-git/XXXXXXXX
just we have to replace XXXXXX..
with the LZKTB4ET
from pastebin.
We have the password S3CR3T_P455
What is the final flag?
Now we just have to use steghide
on the first audio file with the password we found before S3CR3T_P455
1 |
|
Thank You
Thank you for taking the time to read my writeup. If you don’t understand something from the writeup or want to ask me something feel free to contact me through discord(0xatom#8707) or send me a message through twitter 0xatom
Until next time keep pwning hard!