Back to Index

Robots.txt

Port: 9040:80 Docker Image: joshbeck2024/robots_ctf

Run Challenge

Download Script

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

docker run -d --name robot-ctf -p 9040:80 --restart always joshbeck2024/robots_ctf

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop robot-ctf && docker rm robot-ctf