Back to Index

Simple Math

Port: 9050:9050 Docker Image: joshbeck2024/simple_math_ctf

Run Challenge

Download Script

Copy 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 Script

Finished? Run this to stop and remove the container.

docker stop simpleMath && docker rm simpleMath