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
- Host: GitHub
- URL: https://github.com/brosck/wel
- Owner: brosck
- License: gpl-3.0
- Created: 2022-01-09T16:52:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T22:55:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T07:02:10.934Z (8 months ago)
- Topics: exploration, info, information, laboratory, php, sec, security, vuln, vulnerability, web, web-exploration-laboratory, wel
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
「🌎」About Web Exploration Laboratory

## 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```.