Back to Index

File Upload Bypass (Red51)

Port: 9028:80 Docker Image: joshbeck2024/ctf-file-upload-bypass-content-type-flag-red51

Run Challenge

Download Script

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

docker run -d -p 9028:80 --restart always --name Flag-red51 joshbeck2024/ctf-file-upload-bypass-content-type-flag-red51

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop Flag-red51 && docker rm Flag-red51