Sign inSign up

aisge/sqlinjection

By aisge

•Updated 4 months ago

Image to demonstrate SQL-Injection.

Image
0

649

aisge/sqlinjection repository overview

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:

modedescription
demoSQL-statement is shown on top with highlighted parameter (id).
Result of executed SQL-Statement is shown below the statement
exerciseExercise to practice SQL injection
bothExercise is on document root, Demo-application is accessible using ./demo/

Don“t forget to map port 80 to access the webapp.

⁠Usage:

docker run --rm -p 80:8080 --name sqlinjection [-e MODE=< exercise | demo | both >] aisge/sqlinjection    

Tag summary

Content type

Image

Digest

sha256:923828c69…

Size

189.2 MB

Last updated

4 months ago

docker pull aisge/sqlinjection