Back to Index

Encoded Cookie Lab

Port: 9013:80 Docker Image: joshbeck2024/ctf-base64-encoded-cookie

Run Challenge

Download Script

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

Finished? Run this to stop and remove the container.

docker stop flag-g && docker rm flag-g