[BUG] Exploitable links

MXXIV·2/25/2014, 8:11:39 PM·5 votes·220 views

XSS is a technique that adds malicious content on other sides using unexpected code in normal user input (eg. forum posts).

###[This might be a good example](javascript: onerror=window.onerror=eval;throw 'alert\x28"DIE "\x29';)

1 Comments

Pryotra2/26/2014, 7:20:27 AM1 votes

Nice catch.