image.png

Want to run this Docker container locally?

docker run -d -p 9080:80 --restart always --name dtmf-challenge joshbeck2024/ctf-dtmf-flag

Short Summary:

Decode the DTMF Tones
Convert Decimal Values to Ascii

Walkthrough

Start by inspecting the audio element ad the bottom of the page and downloading the file dtmf_flag.wav

image.png

These are DTMF tones:

Upload the file to this website:

<https://dtmf.netlify.app/>

It will decode the file and show you which keys were pressed:

image.png

Go ahead and replace the # with spaces using a notepad.

image.png

Decode from decimal to ASCII here.