Back to Index

DNS Firewall Bypass (Red46)

Port: 5354:53/udp Docker Image: joshbeck2024/ctf-dns-firewall-bypass-flag-red46

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

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

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop Flag-red46 && docker rm Flag-red46