Back to Index

XSS Null Byte (Red50)

Port: 9027:80 Docker Image: joshbeck2024/ctf_xss_to_null_byte_injection_flag_red50

Run Challenge

Download Script

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

docker run -d -p 9027:80 --name red50 --restart always joshbeck2024/ctf_xss_to_null_byte_injection_flag_red50

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop red50 && docker rm red50