Skip to content

Commit

Permalink
desc
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Sep 1, 2024
1 parent 6a9b959 commit 7fc287f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web-security/level-5/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ If you recall, your command injection exploits typically caused _additional_ com
So far, your SQL injections have simply modified the conditions of existing SQL queries.
However, similar to how the shell has ways to chain commands (e.g., `;`, `|`, etc), some SQL queries can be chained as well!

An attacker's ability to chain SQL queries has extremely powerful potential.
For example, it allows the attacker to query completely unintended tables or completely unintended fields in tables, and leads to the types of massive data disclosures that you read about on the news.

This level will require you to figure out how to chain SQL queries in order to leak data.
Good luck!

0 comments on commit 7fc287f

Please sign in to comment.