Skip to content

nanobug8/PHP-SQLi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Injection Practice Lab (PHP + MySQL)

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

⚠️ This application is intentionally insecure. Do NOT deploy in production environments.


⚙️ Environment

  • Apache2
  • PHP
  • MySQL / MariaDB
  • Linux-based OS (tested on Debian/Ubuntu)

📦 Installation

1. Install Apache, PHP and MySQL

sudo apt update
sudo apt install apache2 php libapache2-mod-php mysql-server

About

SQL Injection Practice Lab (PHP + MySQL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published