Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.
/ DropGoat Public archive

Intentionally vulnerable Java application based on DropWizard framework

License

Notifications You must be signed in to change notification settings

kravietz/DropGoat

Repository files navigation

DropGoat

DropGoat is an intentionally vulnerable Java web application written using DropWizard framework that I use to teach application security and evaluate security scanners.

Usage

You need a basic Java development environment with JDK and Maven. At this moment only JDK 8 will work.

Buld the application:

mvn package

And run the output JAR package:

java -jar target/DropGoat-1.0.jar server config.yml

Then head to http:https://localhost:8888/app/assets/index.html to see its main page with links to specific exploits.

About

Intentionally vulnerable Java application based on DropWizard framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published