🌎
」About Web Exploration Laboratory
「
The Web Exploration Laboratory (WEL) is a project created for people just entering the information security business to train their skills in web exploration. We have some known vulnerabilities on the web such as Remote Code Execution (RCE), Cross-Site Scripting (XSS), Local File Include (LFI) and others. I hope you like our project.
Install:
Requirements:
$ sudo apt install php-mysqli -y
$ sudo apt install php -y
$ sudo apt-get install mariadb-server
$ sudo service mysql start
Start:
Go to the web root directory (/var/www/html).
$ git clone https://github.com/MrEmpy/wel.git
$ cd well
$ chmod +x install.sh
$ ./install.sh
Open the database.php
file and add the database username and password.
Open your browser and search for http://localhost/wel
.