Back to Index

Cookie Overflow

Port: 3005:3005 Docker Image: joshbeck2024/cookie_bot-ctf-challenge

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -d -p 3005:3005 --restart always --name cookie-overflow joshbeck2024/cookie_bot-ctf-challenge

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop cookie-overflow && docker rm cookie-overflow