Back to Index
XSS Bot (Red53)
Port: 9029:5000
Docker Image: joshbeck2024/ctf-xss-bot-flag-red53
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --privileged --shm-size=2g -p 9029:5000 --name red53 --restart always joshbeck2024/ctf-xss-bot-flag-red53 Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop red53 && docker rm red53