/dvwa-spring

A very vulnerable web application, ripe for modification!

Primary LanguageShell

Spring Framework: Damned Vunerable Web Application

A basic spring application, written by a lazy developer who forgot about security. If fixed up, it could be a good base application to work from...

Getting Started

To compile and run this example, first install maven

apt-get install maven

cd into the main directory and run

mvn spring-boot:run

The application will boot up and make itself available on port 8080.

Tips