Modified DOMInjection per Bruce's comments
git-svn-id: http://webgoat.googlecode.com/svn/trunk@54 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
0429f917bc
commit
ba38b57a44
@ -130,7 +130,7 @@ public class DOMInjection extends LessonAdapter {
|
|||||||
List<String> hints = new ArrayList<String>();
|
List<String> hints = new ArrayList<String>();
|
||||||
hints.add( "This page is using XMLHTTP to comunicate with the server." );
|
hints.add( "This page is using XMLHTTP to comunicate with the server." );
|
||||||
hints.add( "Try to find a way to inject the DOM to enable the Activate button." );
|
hints.add( "Try to find a way to inject the DOM to enable the Activate button." );
|
||||||
hints.add( "Intercept the reply and add document.forms[0].SUBMIT.disabled = false;" );
|
hints.add( "Intercept the reply and replace the body withx document.forms[0].SUBMIT.disabled = false;" );
|
||||||
return hints;
|
return hints;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user