Back to Index

403 Bypass (Red25)

Port: 9021:80 Docker Image: joshbeck2024/ctf-403-bypass-flag-red25

Run Challenge

Download Script

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

docker run -d -p 9021:80 -p 9022:22 --network flag-red25-net --cap-add=NET_ADMIN --restart always --name Flag_red25 joshbeck2024/ctf-403-bypass-flag-red25

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop Flag_red25 && docker rm Flag_red25