Back to Index
SSTI (Flask) Lab
Port: 9004:5000
Docker Image: joshbeck2024/ctf-flask-ssti-flag-j
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9004:5000 --name flag_j --restart always joshbeck2024/ctf-flask-ssti-flag-j Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop flag_j && docker rm flag_j