Image (based on tutum/lamp) with simple php application that is vulnerable to SQL-Injection.
Can be started with following modes using the environment-variable MODE:
| mode | description |
|---|---|
| demo | SQL-statement is shown on top with highlighted parameter (id). Result of executed SQL-Statement is shown below the statement |
| exercise | Exercise to practice SQL injection |
| both | Exercise is on document root, Demo-application is accessible using ./demo/ |
Don“t forget to map port 80 to access the webapp.
docker run --rm -p 80:8080 --name sqlinjection [-e MODE=< exercise | demo | both >] aisge/sqlinjection
Content type
Image
Digest
sha256:923828c69ā¦
Size
189.2 MB
Last updated
4 months ago
docker pull aisge/sqlinjection