Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 467 Bytes

insecure

This is a fork of Insecure web app from OWASP.

In order to make usage simpler, I switched it to use Gradle for its build tool and am using the Gretty plugin. This enables us to start the web application by simply typing

gradlew appRun

After running that command, go to http://localhost:8080/asc

Instructions to investigate the (in)security are at a link on that page.