An open API service indexing awesome lists of open source software.

https://github.com/brosck/wel

「🌎」Web Exploration Laboratory
https://github.com/brosck/wel

exploration info information laboratory php sec security vuln vulnerability web web-exploration-laboratory wel

Last synced: 5 months ago
JSON representation

「🌎」Web Exploration Laboratory

Awesome Lists containing this project

README

          

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