Skip to content

Latest commit

History

History
37 lines (21 loc) 路 1.46 KB

File metadata and controls

37 lines (21 loc) 路 1.46 KB

Build Status License GitHub release

EasyBuggy Boot 馃崁

This is a clone of EasyBuggy built on Spring Boot. 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.

logo

馃晸 Quick Start

$ mvn spring-boot:run

( or java -jar ROOT.war or deploy ROOT.war on your servlet container with the JVM options. )

Access to

http://localhost:8080/eb/v1/

To stop:

Use CTRL+C

馃晸 For more detail

See the wiki page.

馃晸 Demo

This demo shows: Start up -> Infinite Loop -> LDAP Injection -> UnsatisfiedLinkError -> BufferOverflowException -> Deadlock -> Memory Leak -> JVM Crash (Shut down)

demo