Back to Index
DNS Zone Transfer Lab
Port: 9011:53/tcp
Docker Image: joshbeck2024/ctf-zone-transfer-flag-f
Run Challenge
Download ScriptCopy 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 ScriptFinished? Run this to stop and remove the container.
docker stop flag-f && docker rm flag-f