Back to Index
Simple Math
Port: 9050:9050
Docker Image: joshbeck2024/simple_math_ctf
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --name simpleMath -p 9050:9050 --restart always joshbeck2024/simple_math_ctf Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop simpleMath && docker rm simpleMath