Skip to content

Commit b2ef5ad

Browse files
committed
modify readme on port swigger & sqli description
1 parent 04145c7 commit b2ef5ad

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

port_swigger_academy/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Credits
2-
> This is a repository as a part of Web Academy Series from Port Swigger
1+
# Web Academy Series By Port Swigger
2+
## Learning path
3+
Here's how to get the most out of the Web Security Academy
4+
If you're new to web security, it can be difficult to know where to begin. That's why we've created this suggested learning path to point you in the right direction. We recommend completing the labs as you go, but don't be afraid to move on to the next topic if you get stuck. You can go back to the more challenging labs once you've developed your skills further.
35

4-
Credits for this code go to [Rana Khalil's YouTube Channel](https://www.youtube.com/channel/UCKaK-XPQAbznwIISC46b1oA).
6+
When you've started to build up your web security testing skills, you could put them to the test with our Burp Suite Certified Practitioner accreditation. Before you are ready to attempt the Burp Suite Certified Practitioner exam, you should be comfortably able to complete all of the labs within the Web Security Academy labeled "Practitioner" or lower. There is no set time frame for completing the labs, but you must be able to do so without requiring access to the solutions provided.
7+
8+
- [SQL Injection](sqli/README.md#web-security-academy---sql-injection)
9+
10+
## Credits
11+
- [Web Academy Series by Port Swigger](https://portswigger.net/web-security/learning-path)
12+
- Credits for this code go to [Rana Khalil's YouTube Channel](https://www.youtube.com/channel/UCKaK-XPQAbznwIISC46b1oA).

port_swigger_academy/sqli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
3+
SQL injection is an old-but-gold vulnerability responsible for many high-profile data breaches. Although relatively simple to learn, it can potentially be used for some high-severity exploits. This makes it an ideal first topic for beginners, and essential knowledge even for more experienced users.
44

55
## Contents
66
- [Lab 1 - SQL injection vulnerability in WHERE clause allowing retrieval of hidden data](sqli_lab_01/README.md#retrieving-hidden-data)

0 commit comments

Comments
 (0)