Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 446 Bytes

SQLi Lab

SQL injection lab built to demonstrate and teach the basics of SQL injection attacks.

Requirements

  • docker
  • docker-compose

Installation

sudo apt install -y docker docker-compose git
git clone https://github.com/milesrack/sqli-lab.git
cd sqli-lab/
sudo docker-compose build

Usage

To start the container:

sudo docker-compose up

To stop the container:

sudo docker-compose down