Skip to content

EasyBuggy clone build on Spring Boot

Notifications You must be signed in to change notification settings

cyoco/easybuggy4sb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

268 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

EasyBuggy clone build on Spring Boot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 73.0%
  • HTML 27.0%