Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.14 KB

Vuln Web Lab

Description

A simple lab that has been developed intentionally with vulnerabilities for training purposes.

Installation

Follow these steps to install and set up the lab:

  1. Install software server(PHP,MYSQL).
  2. Install composer from https://getcomposer.org/download/
  3. 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
  1. Open the .env file and add your database name

Usage

To run the project, follow these steps:

  1. Start the development server.
php artisan serve
  1. Finally, Open a web browser and visit http://localhost:8000 to access the application.

  2. Explore the various features and functionalities of the lab. Please take note of the intentional vulnerabilities and use them for training purposes. Screenshot (349)

Contribute

If you have any problem or new idea, feel free to create an issue, or pull a request.