Back to Index
OOB XXE
Port: 9001:80
Docker Image: joshbeck2024/xxe-challenge:latest
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --name xxe-challenge -p 9001:80 joshbeck2024/xxe-challenge:latest Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop xxe-challenge && docker rm xxe-challenge