Beep64
Last updated
Last updated
Every CTF needs a base64 challenge... right?
Unzip the file, we get a wav file which is 37 mins long
Listening to the audio file, it is DTMF tones
Online decoders dont work for such a long audio file
Using we can decode the audio file
DTMF Output:
Removing the *
and replacing with spaces
Decoding the rest using
Replace
SPACE
: nothing
ZERO
: 0
ONE
: 1
Decode using Binary and then Base64 decoding gives us the flag
DTMF Decoder: https://github.com/ribt/dtmf-decoder
T9 Decoder: https://www.cachesleuth.com/vanity.html
Cyberchef: https://gchq.github.io/CyberChef/