Back to Index

Tick Tock Intrusion

Port: 9038:80 Docker Image: joshbeck2024/ctf-ticktock-challenge-flag-red20

Run Challenge

Download Script

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

docker run -d -p 9038:80 --restart always --name flag-red20 joshbeck2024/ctf-ticktock-challenge-flag-red20

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red20 && docker rm flag-red20