From 6144450356c649dda8fcddf879f1877754c4eea6 Mon Sep 17 00:00:00 2001 From: The Watcher <34960106+xd20111@users.noreply.github.com> Date: Tue, 8 Nov 2022 17:17:49 +0530 Subject: [PATCH] sqlix --- SQL Injection.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SQL Injection.md b/SQL Injection.md index 0627543..5088fcb 100644 --- a/SQL Injection.md +++ b/SQL Injection.md @@ -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 application’s 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 application’s 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