EasyBuggy Bootlin :bug:
October 28, 2017 ยท View on GitHub
EasyBuggy Bootlin :bug:
This is a clone of EasyBuggy built on Spring Boot and written in Kotlin. EasyBuggy is a broken web application in order to understand behavior of bugs and vulnerabilities, for example, memory leak, deadlock, JVM crash, SQL injection and so on.

:clock4: Quick Start
$ gradle bootRun
( or java -jar ROOT.war with the JVM options. )
Access to
http://localhost:8080
To stop:
Use CTRL+C
:clock4: For more detail
See the wiki page.