Skip to content

MrEmpy/wel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

「🌎」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-mysql -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.