Back to Index
Encoded Cookie Lab
Port: 9013:80
Docker Image: joshbeck2024/ctf-base64-encoded-cookie
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9013:80 --restart always --name flag-g joshbeck2024/ctf-base64-encoded-cookie Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop flag-g && docker rm flag-g