Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milesrack/sqli-lab
- Owner: milesrack
- Created: 2022-12-08T10:38:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:25:09.000Z (about 2 years ago)
- Last Synced: 2024-11-09T19:12:16.645Z (3 months ago)
- Topics: cybersecurity, cybersecurity-education, docker, owasp-top-10, sql-injection, sql-injection-attack, sql-injection-attacks, sql-injections, sqli
- Language: PHP
- Homepage:
- Size: 90.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```