pull/9/head
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
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
# 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.
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.
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.
- In-band SQLi (Classic SQLi)
- Error-based SQLi