Want to run this Docker container locally?

docker run -d --cap-add=NET_ADMIN -p 5354:53/udp -p 9025:80 --name Flag-red46 --restart always joshbeck2024/ctf-dns-firewall-bypass-flag-red46

IP Address: 172.25.200.200

Web Server: Port 9025 (It will seem broken!)

Here’s the scenario:

The flag is on the web server in index.html

(1000 pts)

This is a firewall bypass. Here’s what we know:

printf "GET /index.html HTTP/1.1\\r\\nUser-Agent: nc/0.0.1\\r\\nHost: 127.0.0.1\\r\\nAccept: /\\r\\n\\r\\n" | ncat --source-port 53544 172.25.200.200 9025