Back to Index

Examining Blind SQL Injection: Red61

Port: 9042:80 Docker Image: joshbeck2024/ctf-blind-sql-injection-training-flag-red61

Run Challenge

Download Script

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

docker run -d -p 9042:80 --restart always --name flag-red61 joshbeck2024/ctf-blind-sql-injection-training-flag-red61

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red61 && docker rm flag-red61