image.png

Want to run this Docker container locally?

docker run -d -p 3010:3000 --restart always --name ctf-minecraft joshbeck2024/ctf-api-fuzzing

We’ll want to intercept this request in Burp Suite after ‘burning’ one coin.

image.png

image.png

I’ll call it myrequest.req

image.png

Open up myrequest.req and edit it as seen below:

image.png

—Fuzzing finds verify

image.png

In the Burp repeater change change burn to verify and give it a high amount.

image.png

Then make a GET request to api/balance to see the flag

image.png