IP Address: 172.25.200.200

Port: 9003

Want to run this Docker container locally?

docker run -d -p 9003:80 --restart always --name ctf-mod-cgi joshbeck2024/ctf-mod-cgi-shell-flag-d

In this case, we have a reverse shell challenge where mod_cgi is enabled on an Apache2 server.

However, when we go to HTTP://172.25.200.200:9003 we get an error:

image.png

We are redirected to beck.reverse.local. The process the computer went through was this:

Since beck.reverse.local doesn’t exist in any global DNS databases, we get the error that the page can’t be found.

This is a good time to introduce ‘Burp Suite’.

Untitled

It will warn you that your JRE version is out of date. Click Ok.

Untitled

We are going to create a new temporary project

Untitled