Skip to content

This repository showcases a web application designed to be vulnerable to SQL Injection attacks.

Notifications You must be signed in to change notification settings

lorezvn/SQLi-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Injection Example Project

Description

This project is an educational example to demonstrate SQL injection vulnerabilities in a web application. The application is built using PHP for the backend and MySQL as the database, Docker is used to set up the development environment.

Prerequisites

Ensure you have Docker and Docker Compose installed:

Setup

  1. Build and start the Docker containers

    docker compose up --build -d
    
  2. Access the application

    Once the containers are running you can access the application at http://localhost:8080/

Stop containers

To stop the Docker containers that are running the web application, you can use the following command:

docker compose down

About

This repository showcases a web application designed to be vulnerable to SQL Injection attacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published