Back to Index

Repair Shop

Port: 9050:80 Docker Image: joshbeck2024/ctf-cve-2024-51793-flag-red69

Run Challenge

Download Script

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

docker run -d -p 9050:80 --name flag-red69 --restart always joshbeck2024/ctf-cve-2024-51793-flag-red69

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red69 && docker rm flag-red69