Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 716 Bytes

AuthenticationSystem

A simple app with login and dashboard to demonstrate SQL Injection.

Components

  • Login Form
  • Dashboard Form
  • SQL Database

Requirements

  1. Visual Studio 2022
  2. Microsoft SQL Express Server

SQL Injection in VB .Net Application

SQL

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

SQL injection is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. -- PortSwingger