Back to Index

Next.js Deep Dive

Port: 9052:80 Docker Image: joshbeck2024/ctf-nextjs-deep-dive-flag-red71

Run Challenge

Download Script

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

docker run -d --name flag-red71 --restart always -p 9052:80 joshbeck2024/ctf-nextjs-deep-dive-flag-red71

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red71 && docker rm flag-red71