Challenge By : ch4p
Challenge Description : Can you find the hidden message?
Points : 40
Author : Rehman S. Beg (HTB Profile : MrReh )
________________________________________
Lets download the file and extract it content, we get RainingBlood.mp3 file
Lets first use strings command on RainingBlood.mp3
we get lots of strings after scrolling we see “==”, so we run the command again and use pipe command and grep it
We can clearly see its base64 code, remove first 2 letters and decode it
FLAG : “HTB{h1dd1ng_d4t4_b3tw33n_mp3_fr4m3s_is_not_funny!!}”