Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.18 KB

SQL-InjectEducation

The SQL InjectEducation Tool is an educational resource designed to help users learn and practice SQL injection techniques using an SQLite database. It features 10 levels with progressive difficulty, each focusing on different types of SQL injection vulnerabilities and attack methods.

Installation

Make sure you have Python 3 installed.

  1. Clone the repository
git clone https://github.com/PolEspurnes/SQL-InjectEducation.git
cd SQL-InjectEducation
  1. Install Flask and SQLite:
pip install flask sqlite3

Run

cd src
python app.py

More Information

  • Lightweight and Easy to Install: The use of Flask and SQLite ensures that the tool is easy to set up and run on any machine with minimal configuration.

  • Interactive Learning: Provides hands-on experience with SQL injection techniques with simplified but real examples. The executed queries can always be checked, allowing the user to properly understand what is being executed.

  • Notes and Methodology Section: Provides detailed guidance and best practices for each level. It is as important to solve the level as it is to understand why the solution worked.