This project is created to give you some examples of the security flaws of a web application.
Nowadays clients are more and more in the mind that manual testers should have some experience in security testing. We are trying to spread the word and find new security enthusiasts
Right now we have created application which will teach you the basics about two points. We hope to get some attention and develop more security related applications (mobile applications as well in the future)
In the first project you will find:
- Session management flaws
- Malicious input flaws
- ... and possibly more that we didn't plan to keep
In order to participate in this project you need to set up a couple of things:
- Download IntelliJ IDEA Community edition from: https://www.jetbrains.com/idea/download
- Install Gradle plugin to IntelliJ IDEA (from settings)
- Import project from GitHub
- Open project with IntelliJ
- Choose "Terminal" from bottom of the page
- Run task with command gradlew security on terminal view (./gradlew)