Back to Index

SQL Injection Lab

Port: 9006:80 Docker Image: joshbeck2024/ctf-sql-inject-flag-5

Run Challenge

Download Script

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

docker run -d -p 9006:80 --name flag5 --restart always joshbeck2024/ctf-sql-inject-flag-5

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag5 && docker rm flag5