Add hint to lesson users no longer have guess the complete ip address

This commit is contained in:
Nanne Baars 2018-07-06 18:22:29 +02:00
parent f9e552f1cd
commit 63a50df7a1
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@ -44,5 +44,6 @@ webgoat-server/mongo-data/*
webgoat-lessons/vulnerable-components/dependency-reduced-pom.xml webgoat-lessons/vulnerable-components/dependency-reduced-pom.xml
**/.sts4-cache/* **/.sts4-cache/*
**/.vscode/* **/.vscode/*
**/.factorypath
/.sonatype /.sonatype
**/bin/*

View File

@ -1,4 +1,5 @@
In this assignment try to perform an SQL injection through the ORDER BY field. 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. Note: The submit field of this assignment is *NOT* vulnerable for an SQL injection.