A Docker-compose file for the sqli-labs by @Audi1 which were updated to php7 by @skyblueee.
There are few things needed for running the lab
Docker
python-pip
docker-compose
For Docker installation you can click here.
For Python installation check here.
In windows pip is installed along with since python version 3.4 where as linux users need to install it separately.
To install docker-compose run the command below:
pip install docker-compose
Use your preferred terminal application and type the following command.
docker-compose up
Sqli lab is hosted at http://localhost:8000
phpmyadmin is hosted at http://localhost:8080
Credentials for phpmyadmin:
username: root
password: secret
By Audi1 @Youtube
The mysql logs are stored in the db/log folder in the mysql.log file.