image.png

Want to run this Docker container locally?

 docker run -d -p 3999:80 --restart always --name ctf-redirection joshbeck2024/ctf-redirection-challenge

Mr. Beck Personal Note:

Short Summary:

die() is missing on index.html and code is revealed in the redirect when intercepting in burp.

You’ll want to use Burp Suite for this challenge:

Capture the redirect in burp suite and take a look at the initial index.html

image.png