A simple app with login and dashboard to demonstrate SQL Injection.
- Login Form
- Dashboard Form
- SQL Database
- Visual Studio 2022
- Microsoft SQL Express Server
SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system. -- Wikipedia
SQL injection is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. -- PortSwingger