(no title)
jerfelix | 13 years ago
I went to http://patriciopalladino.com/files/hieroglyphy/ and put in a script "alert(1);". This provided me with a script of about 8300 characters.
I created a web page to execute the script:
<body onload="
[][(![]+[])[!+[] ...
</body>
Firebug reports: ReferenceError: Unescaee is not defined.
Looks like it's having trouble picking up a "p".
CUViper|13 years ago
jerfelix|13 years ago