diff --git a/webgoat-lessons/cross-site-scripting/src/main/resources/html/CrossSiteScripting.html b/webgoat-lessons/cross-site-scripting/src/main/resources/html/CrossSiteScripting.html index c1c614b52..64e7a03e1 100644 --- a/webgoat-lessons/cross-site-scripting/src/main/resources/html/CrossSiteScripting.html +++ b/webgoat-lessons/cross-site-scripting/src/main/resources/html/CrossSiteScripting.html @@ -276,6 +276,8 @@ +
+
diff --git a/webgoat-lessons/cross-site-scripting/src/main/resources/lessonPlans/en/CrossSiteScripting_content7c.adoc b/webgoat-lessons/cross-site-scripting/src/main/resources/lessonPlans/en/CrossSiteScripting_content7c.adoc new file mode 100644 index 000000000..35a567a5b --- /dev/null +++ b/webgoat-lessons/cross-site-scripting/src/main/resources/lessonPlans/en/CrossSiteScripting_content7c.adoc @@ -0,0 +1,3 @@ +Watching in your browser's developer tools or your proxy, the output should include a value starting with 'phoneHome Response is ...." +Put that value in below to complete this exercise. Note that, each subsequent call to the _phoneHome_ method will change that value. +You may need to ensure you have the most recent one. \ No newline at end of file