Back to Index

XSS Bot (Red53)

Port: 9029:5000 Docker Image: joshbeck2024/ctf-xss-bot-flag-red53

Run Challenge

Download Script

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

Finished? Run this to stop and remove the container.

docker stop red53 && docker rm red53