Back to Index

Weather API RCE Lab

Port: 9018:80 Docker Image: joshbeck2024/ctf-weather-api-rce-flag-o

Run Challenge

Download Script

Copy 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 Script

Finished? Run this to stop and remove the container.

docker stop flag-o && docker rm flag-o