ommadawn46 / sqli-playground

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 52.0%Language:Python 30.4%Language:Dockerfile 17.6%