Back to Index

Redirection Challenge

Port: 3999:80 Docker Image: joshbeck2024/ctf-redirection-challenge

Run Challenge

Download Script

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

docker run -d -p 3999:80 --restart always --name ctf-redirection joshbeck2024/ctf-redirection-challenge

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop ctf-redirection && docker rm ctf-redirection