Skip to content

Commit 04145c7

Browse files
committed
modify sqli readme description
1 parent 49f6e46 commit 04145c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

port_swigger_academy/sqli/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Web Security Academy - SQL injection
22

3+
In this section, we'll explain what SQL injection is, describe some common examples, explain how to find and exploit various kinds of SQL injection vulnerabilities, and summarize how to prevent SQL injection.
4+
35
## Contents
46
- [Lab 1 - SQL injection vulnerability in WHERE clause allowing retrieval of hidden data](sqli_lab_01/README.md#retrieving-hidden-data)
57
- [Lab 2 - SQL injection vulnerability allowing login bypass](sqli_lab_02/README.md#subverting-application-logic)
@@ -12,5 +14,6 @@
1214
- [Lab 9 - SQL injection attack, listing the database contents on non-Oracle databases](sqli_lab_09/README.md#listing-the-contents-of-the-database)
1315
- [Lab 10 - SQL injection attack, listing the database contents on Oracle](sqli_lab_10/README.md#equivalent-to-information-schema-on-oracle)
1416

15-
# Credits
16-
- [Web Security Academy - SQL injection](https://portswigger.net/web-security/sql-injection)
17+
## Credits
18+
- [Web Security Academy - SQL injection](https://portswigger.net/web-security/sql-injection)
19+
- [Rana Khalil's YouTube Channel](https://www.youtube.com/channel/UCKaK-XPQAbznwIISC46b1oA)

0 commit comments

Comments
 (0)