Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 555 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 555 Bytes

Java Vulnerable Labs (Public Repo)

A collection of vulnerable applications developed using SpringBoot. The objective of this collection is to test your web pentesting skills, identify vulnerabilities in code and fix it.

Some of this labs was developed based on sfk-labs.

To start any lab you can start it using the following command (inside the case folder): ./mvnw spring-boot:run -s ./settings.xml -nsu -DskipTests or just use the following command: make folder-name (ie: make csrf to run the csrf case)