Back to Index
Stored XSS (Admin Bot)
Port: 3555:3555
Docker Image: joshbeck2024/ctf-xss-admin-bot
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --restart always -p 3555:3555 --name xss-admin-bot joshbeck2024/ctf-xss-admin-bot Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop xss-admin-bot && docker rm xss-admin-bot