Back to Index
JS Number Guessing
Port: 9035:9040
Docker Image: joshbeck2024/ctf_javascript_number_guessing
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9035:9040 --restart always --name js_ctf_container joshbeck2024/ctf_javascript_number_guessing Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop js_ctf_container && docker rm js_ctf_container