From aedc248f2918b3220dab193d3526c4a08a69496d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ta=C5=9Fdelen?= Date: Sun, 17 Nov 2019 11:25:24 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5cc4694..32527cf 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ SQL injection is a web security vulnerability that allows an attacker to interfe In some situations, an attacker can escalate an SQL injection attack to compromise the underlying server or other back-end infrastructure, or perform a denial-of-service attack. +

+ +

+ | SQL Injection Type | Description |----------------|-------------------------------| |In-band SQLi (Classic SQLi)|In-band SQL Injection is the most common and easy-to-exploit of SQL Injection attacks. In-band SQL Injection occurs when an attacker is able to use the same communication channel to both launch the attack and gather results. The two most common types of in-band SQL Injection are Error-based SQLi and Union-based SQLi. |