This commit is contained in:
The Watcher 2022-11-08 17:17:49 +05:30 committed by GitHub
parent e88ce7f0ef
commit 6144450356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
# SQL injection
## Introduction
It is an attack in which an attacker inserts untrusted data in the application that results in revealing sensitive information of the database.
SQL Injection (SQLi) is a code injection attack where an attacker manipulates the data being sent to the server to execute malicious SQL statements to control a web applications database server, thereby accessing, modifying and deleting unauthorized data. This attack is mainly used to take over database servers.