Back to Index

Ghost Symlink (Red58)

Port: 9031:9031 Docker Image: joshbeck2024/ctf-cve-2023-40028-ghost

Run Challenge

Download Script

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

docker run -d -p 9031:9031 --name flag-red58 --restart always joshbeck2024/ctf-cve-2023-40028-ghost

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red58 && docker rm flag-red58