XSS Lesson one boolean response
Signed-off-by: Àngel Ollé Blázquez <angel@olleb.com>
This commit is contained in:
committed by
Nanne Baars
parent
8e6d87d429
commit
dfa0e1cdca
@ -16,7 +16,7 @@ public class XSSTest extends IntegrationTest {
|
||||
|
||||
Map<String, Object> params = new HashMap<>();
|
||||
params.clear();
|
||||
params.put("answer_xss_1", "yes");
|
||||
params.put("checkboxAttack1", "value");
|
||||
checkAssignment(url("/CrossSiteScripting/attack1"), params, true);
|
||||
|
||||
params.clear();
|
||||
|
Reference in New Issue
Block a user