Minor syntax issue with the word prename in the instructions - reported by April King
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@368 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
7998e60f29
commit
696550ccb0
@ -180,7 +180,8 @@ public class CrossSiteScripting extends GoatHillsFinancial
|
||||
{
|
||||
instructions = "Stage 1: Execute a Stored Cross Site Scripting (XSS) attack.<br>"
|
||||
+ "As 'Tom', execute a Stored XSS attack against the Street field on the Edit Profile page. "
|
||||
+ "Verify that 'Jerry' is affected by the attack. <br/>(The passwords for the accounts are the first names.)";
|
||||
+ "Verify that 'Jerry' is affected by the attack. <br/>The passwords for the accounts are the lower-case "
|
||||
+ "versions of their given names (e.g. the password for Tom Cat is \"tom\").";
|
||||
}
|
||||
else if (STAGE2.equals(stage))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user