Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.46 KB

SQL Injection Labs

This repository contains a web application vulnerable to SQL Injection attacks. Created for tutorial purposes on LinuxSec. However, you are welcome to use it for learning "Basic SQL Injection".

Install

Obviously you can setup your own web server and database, and then copy the content from src folder. But the simple way to setup the lab is using docker.

git clone https://github.com/yuyudhn/SQLi-Labs-Docker
cd SQLi-Labs-Docker
docker-compose up --build -d

Or

docker run --rm -it -p 127.0.0.1:1337:80 linuxsec/sqli-labs

Showcase

SQL Injection manual: SQL Injection manual

SQL Injection with sqlmap: sqlmap

Tutorial Using This Labs

Disclaimer

This application is intentionally vulnerable for educational purposes. Deploying this application on a production server is strictly prohibited.