Back to Index

Stored XSS (Admin Bot)

Port: 3555:3555 Docker Image: joshbeck2024/ctf-xss-admin-bot

Run Challenge

Download Script

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

Finished? Run this to stop and remove the container.

docker stop xss-admin-bot && docker rm xss-admin-bot