This repository contains a deliberately vulnerable PHP application created for educational purposes to practice and understand SQL Injection (SQLi) techniques.
The project demonstrates common SQL injection scenarios, including:
- Classic SQL Injection
- Limit-based behavior
- Basic keyword filtering (ineffective by design)
- Input handling flaws
- Apache2
- PHP
- MySQL / MariaDB
- Linux-based OS (tested on Debian/Ubuntu)
sudo apt update
sudo apt install apache2 php libapache2-mod-php mysql-server