Update README.md

This commit is contained in:
İsmail Taşdelen 2019-11-17 11:25:24 +03:00 committed by GitHub
parent bc3b862055
commit aedc248f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<p align="center">
<img src="/Image/sql-injection.svg">
</p>
| 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. |