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