quiz fix for CIA, SQL Injection Advanced and XSS + XSS description

change in alert(document.cookie)
This commit is contained in:
René Zubcevic
2020-04-16 13:51:10 +02:00
committed by Nanne Baars
parent efc5a870a0
commit 089952e9ad
3 changed files with 127 additions and 1 deletions

View File

@ -31,4 +31,4 @@ javascript:alert(document.cookie);
== Try It! Using Chrome or Firefox
* Open a second tab and use the same url as this page you are currently on (or any url within this instance of WebGoat)
* Then, in the address bar on each tab, type `javascript:alert(document.cookie);` *NOTE:* If you /cut/paste you will need to add the `javascript:` back in.
* Then, on that second that open the browser developer tools and open the javascript console. And type: `alert(document.cookie);` .