The project is really perfect to start your journey in web security. It will help you understand basic web vulnerabilities like sql injections, xss...
In the following table, you will have the writeup with the proper vulnerability.
| Title | Link | Description |
|---|---|---|
| Authentication Brute Force | link | Brute Forcing Login Page |
| Change Headers | link | Changing Requesting Header to get different output |
| Cookies | link | Decrypting Cookies then changing the value and the Encrypting it and use it |
| File Upload | link | Uploading a .php file that can result in a webshell |
| Hidden Input | link | Changing hidden inputs into whatever you want |
| Path Traversal | link | A simple path traversal to see unauthorized reading files |
| Redirect | link | Changing the redirections to whatever you want |
| Robots | link | Accessing to robots.txt can lead to sensetive informations getting leaked |
| SQL Injection Image | link | A basic SQL Injection to see more informations |
| SQL Injection Members | link | A basic SQL Injection to see more informations |
| Survey | link | Changing values of certain elements using developer tool |
| Web Scrapping | link | A very small introduction to what is web scrapping |
| XSS Feedback | link | Plain and simple XSS in feedback page |
| XSS URL | link | A more advanced XSS injection using the URIs |