Back to Index
Dtmf Challenge
Port: 9080:80
Docker Image: joshbeck2024/ctf-dtmf-flag
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9080:80 --restart always --name dtmf-challenge joshbeck2024/ctf-dtmf-flag Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop dtmf-challenge && docker rm dtmf-challenge