In this repository you can find few sample projects that show various OWASP Top 10 problems in detail.
We have picked those that are interesting and are easy to reproduce with just few JVM calls.
In the following chapters you can find own README.md
file with description.
You can also find runnable code with tests showing security issues in detail.
Chapters
- A01 Broken Access Control
- Eelevation of privilege
- Insecure direct object references
- A03 Injection
- Remote Code Execution
- SQL injection
- A05 Security Misconfiguration
Note: It is recommended not even to run tests, but also to use debugger and see what is happening internally.