Back to Index
Weather API RCE Lab
Port: 9018:80
Docker Image: joshbeck2024/ctf-weather-api-rce-flag-o
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9018:80 --restart always --name flag-o joshbeck2024/ctf-weather-api-rce-flag-o Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop flag-o && docker rm flag-o