Back to Index

JS Number Guessing

Port: 9035:9040 Docker Image: joshbeck2024/ctf_javascript_number_guessing

Run Challenge

Download Script

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

Finished? Run this to stop and remove the container.

docker stop js_ctf_container && docker rm js_ctf_container