Back to Index
TeamCity Takedown CVE-2023-42793
Port: 9036:80
Docker Image: joshbeck2024/ctf-teamcity-cve-2023-42793-red31
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --restart always --name flag-red43 --cap-add=NET_ADMIN -p 9036:80 -p 9037:22 joshbeck2024/ctf-teamcity-cve-2023-42793-red31 Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop flag-red43 && docker rm flag-red43