Back to Index

DNS Zone Transfer Lab

Port: 9011:53/tcp Docker Image: joshbeck2024/ctf-zone-transfer-flag-f

Run Challenge

Download Script

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

docker run -d --restart always -p 9011:53/tcp -p 9011:53/udp -p 9012:80 --name flag-f joshbeck2024/ctf-zone-transfer-flag-f

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-f && docker rm flag-f