image.png

Want to run this Docker container locally?

docker run -d -p 3020:3020 --restart always --name magic_method_container joshbeck2024/magic-method-ctf

Summary

Short Version: Use the PUT Method

We’ll want to use Burp Suite for this challenge. Send the GET request from HTTP://sem2ctf.icsi.cyber:3020 to the Burp Repeater

image.png

Now, change the request method from GET to PUT in the repeater tab.

image.png