A simple lab that has been developed intentionally with vulnerabilities for training purposes.
Follow these steps to install and set up the lab:
- Install software server(PHP,MYSQL).
- Install composer from https://getcomposer.org/download/
- Go to PHPMyAdmin and create a database by the name 'lab'
git clone https://github.com/0xx01/Vuln-Web-Lab.git
cd Vuln-Web-Lab/
composer install # Install dependencies using Composer.
php artisan migrates # Run database migrations.
cp .env.example .env
- Open the .env file and add your database name
To run the project, follow these steps:
- Start the development server.
php artisan serve
-
Finally, Open a web browser and visit http://localhost:8000 to access the application.
-
Explore the various features and functionalities of the lab. Please take note of the intentional vulnerabilities and use them for training purposes.
If you have any problem or new idea, feel free to create an issue, or pull a request.