Back to Index
SQL Injection
Port: 5000:5000
Docker Image: joshbeck2024/sql-injection-chal-package-search:tagname
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --name sql-web -p 5000:5000 joshbeck2024/sql-injection-chal-package-search:tagname Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop sql-web && docker rm sql-web