diff --git a/.gitignore b/.gitignore index 85137d053..32b59f04e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,5 +44,6 @@ webgoat-server/mongo-data/* webgoat-lessons/vulnerable-components/dependency-reduced-pom.xml **/.sts4-cache/* **/.vscode/* - -/.sonatype \ No newline at end of file +**/.factorypath +/.sonatype +**/bin/* \ No newline at end of file diff --git a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_order_by.adoc b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_order_by.adoc index 6adb9156b..6e8ff54e0 100644 --- a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_order_by.adoc +++ b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_order_by.adoc @@ -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. \ No newline at end of file