Back to Index

Loot Box

Port: 9048:3000 Docker Image: joshbeck2024/ctf-javascript-challenge-red68

Run Challenge

Download Script

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

docker run -d --restart always -p 9048:3000 --name flag-red68 joshbeck2024/ctf-javascript-challenge-red68

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red68 && docker rm flag-red68