Back to Index

This is War!

Port: 8080:8080 Docker Image: joshbeck2024/ctf-tomcat-mgr-war-upload-flag-red72

Run Challenge

Download Script

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

docker run -d --restart always --name flag-red72 -p 8080:8080 joshbeck2024/ctf-tomcat-mgr-war-upload-flag-red72

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red72 && docker rm flag-red72