forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hint to lesson users no longer have guess the complete ip address
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...sons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_order_by.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
In this assignment try to perform an SQL injection through the ORDER BY field. | ||
Try to find the ip address of the `webgoat-prd` server. | ||
Try to find the ip address of the `webgoat-prd` server, guessing the complete | ||
ip address might take too long so we give you the last part: `xxx.130.219.202` | ||
|
||
Note: The submit field of this assignment is *NOT* vulnerable for an SQL injection. |