
LazyWeb is a demonstration web application designed to showcase common server-side application vulnerabilities. Each vulnerability is categorized with its respective difficulty rating to provide a comprehensive learning experience for developers and security enthusiasts.
LazyWeb is a demonstration web application designed to showcase common server-side application vulnerabilities. Each vulnerability is categorized with its respective difficulty rating to provide a comprehensive learning experience for developers and security enthusiasts.
The application includes the following vulnerabilities:
To get started with the project, simply run the following command:
docker-compose up
This will set up the environment and start the application using Docker.
Ensure that the templates_c and user/avatar directories have the correct ownership. After deploying, run:
sudo chown www-data:www-data templates_c user/avatar
This project is licensed under the MIT License - see the LICENSE file for details.