Back to Index
SQL Injection Training. Beyond OR 1=1
Port: 9041:80
Docker Image: joshbeck2024/ctf-advanced-sql-injection-training-flag-red29
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9041:80 --restart always --name flag-red29 joshbeck2024/ctf-advanced-sql-injection-training-flag-red29 Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop flag-red29 && docker rm flag-red29