/sqli-playground

Simple SQL Injection Lab: Hands-on guide and Docker setup for exploring MySQL and PostgreSQL injection techniques

Primary LanguagePHP

SQL Injection Playground

Docker environment for practicing pentesting techniques about SQL injection.

Quick Start

git clone https://github.com/ommadawn46/sqli-playground
cd sqli-playground
docker-compose up
open http://localhost:8888/mysql.php
open http://localhost:8888/postgres.php

Pentesting Techniques