Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/milesrack/sqli-lab

SQL injection lab built to demonstrate and teach the basics of SQL injection attacks
https://github.com/milesrack/sqli-lab

cybersecurity cybersecurity-education docker owasp-top-10 sql-injection sql-injection-attack sql-injection-attacks sql-injections sqli

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# SQLi Lab
SQL injection lab built to demonstrate and teach the basics of SQL injection attacks.
![](screenshot.png)
## 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
```