Skip to content

SQL Injection

Sam Sanoop edited this page Jun 6, 2020 · 3 revisions

Introduction

SQL injection is a vulnerability which allows an attacker to modify queries that an application makes to its database via user input. This could be abused to view, modify, or delete application data which wasn't previously possible, or causing persistent changes to the application's content or behaviour.

Details

Clone this wiki locally