Skip to content

EXTREMOPHILARUM/sqli_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

A Docker-compose file for the sqli-labs by @Audi1 which were updated to php7 by @skyblueee.

Prerequisites

There are few things needed for running the lab

Docker 
python-pip
docker-compose

Installation

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

Running the docker-compose file

Use your preferred terminal application and type the following command.

docker-compose up

Playing around with the lab

Sqli lab is hosted at http://localhost:8000

phpmyadmin is hosted at http://localhost:8080

Credentials for phpmyadmin:

username: root

password: secret

Youtube tutorials for the labs

By Audi1 @Youtube

Mysql logs

The mysql logs are stored in the db/log folder in the mysql.log file.