Back to Index
Minecraft API Fuzzing
Port: 3010:3000
Docker Image: joshbeck2024/ctf-api-fuzzing
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 3010:3000 --restart always --name ctf-minecraft joshbeck2024/ctf-api-fuzzing Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop ctf-minecraft && docker rm ctf-minecraft