Back to Index

Minecraft API Fuzzing

Port: 3010:3000 Docker Image: joshbeck2024/ctf-api-fuzzing

Run Challenge

Download Script

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

Finished? Run this to stop and remove the container.

docker stop ctf-minecraft && docker rm ctf-minecraft