Web vulnerability lab (Docker)
After downloading the repo, extract it from the zip. You can get the site up and running by going to the root directory of the file in the console and typing "docker-compose up --build". The site will be launched at http://localhost:9090/.
This lab contains the following vulnerabilities
-Sql Injection Login Bypass
-IDOR
-File Inclusion
There are notes in the codes about where the vulnerabilities arise and how you can fix them.