Skip to content

Commit aedc248

Browse files
author
İsmail Taşdelen
authored
Update README.md
1 parent bc3b862 commit aedc248

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ SQL injection is a web security vulnerability that allows an attacker to interfe
1010

1111
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.
1212

13+
<p align="center">
14+
<img src="/Image/sql-injection.svg">
15+
</p>
16+
1317
| SQL Injection Type | Description
1418
|----------------|-------------------------------|
1519
|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. |

0 commit comments

Comments
 (0)