Back to Index

Cookie Brute Force Lab

Port: 9009:80 Docker Image: joshbeck2024/ctf-cookie-brute-force-flag-9

Run Challenge

Download Script

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

docker run -d -p 9009:80 --name ctf-flag-9 --restart always joshbeck2024/ctf-cookie-brute-force-flag-9

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-flag-9 && docker rm ctf-flag-9