Skip to content

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

Notifications You must be signed in to change notification settings

0xx01/Vuln-Web-Lab

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published