Back to Index
Local XXE (Pizza Planet)
Port: 9045:80
Docker Image: joshbeck2024/ctf_local-xxe
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9045:80 --name pizza_planet_xxe --restart always joshbeck2024/ctf_local-xxe Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop pizza_planet_xxe && docker rm pizza_planet_xxe