Kkzkk.com/SourceCode: Difference between revisions
Tankmanfan44 (talk | contribs) m Protected "Kkzkk.com/SourceCode" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Tankmanfan44 (talk | contribs) No edit summary |
||
Line 41: | Line 41: | ||
<body onunload="naver();"> | <body onunload="naver();"> | ||
</body> | </body> | ||
</html> | |||
</pre> | |||
== Imslow.kr/ghost (unobfuscated code): == | |||
<pre> | |||
<html> | |||
<head> | |||
<title>Hello World :) Do u want to see ghost? (contact@imslow.kr)</title> | |||
<script language="JavaScript"> | |||
<!-- | |||
// try to maximize! | |||
function maximizeWindow() | |||
{ | |||
try { | |||
top.window.moveTo(0,0); | |||
if (document.all) { | |||
top.window.resizeTo(screen.availWidth,screen.availHeight); | |||
} | |||
else if (document.layers||document.getElementById) { | |||
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ | |||
top.window.outerHeight = screen.availHeight; | |||
top.window.outerWidth = screen.availWidth; | |||
} | |||
} | |||
} catch(e) { } | |||
} | |||
maximizeWindow(); | |||
function eventIgnored() | |||
{ | |||
try { | |||
if(event) { | |||
event.cancelBubble = true; | |||
event.returnValue = false; | |||
} | |||
} catch(e) | |||
{ } | |||
return false; | |||
} | |||
function open_window() | |||
{ | |||
try { | |||
window.open(self.location, "_blank", "resizable=no,fullscreen=yes,toolbar=no,menubar=no,status=no,titlebar=no,location=no,directories=no"); | |||
} catch(e) { } | |||
} | |||
function try_open() | |||
{ | |||
try { | |||
open_window(); | |||
setTimeout(try_open, 2000); | |||
} catch(e) { } | |||
} | |||
function set_DisableRight() | |||
{ | |||
try { | |||
document.oncontextmenu = eventIgnored; | |||
document.ondragstart = eventIgnored; | |||
document.onselectstart = eventIgnored; | |||
setTimeout(set_DisableRight, 100); | |||
} catch(e) | |||
{ } | |||
} | |||
function fm() { | |||
var s = ""; | |||
s += '<object type="application/x-shockwave-flash" '; | |||
s += 'classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" '; | |||
s += 'codebase="http://fpdownload.macromedia.com/'; | |||
s += 'pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"'; | |||
s += 'id="ghostmovie" width="100%" height="100%">'; | |||
s += '<param name="movie" value="ghost.swf">'; | |||
s += '<param name="quality" value="high">'; | |||
s += '<param name="menu" value="false">'; | |||
s += '<param name="swliveconnect" value="true">'; | |||
s += '<param name="scale" value="exactFit">'; | |||
s += '<embed src="ghost.swf" quality="high" menu="false" '; | |||
s += 'width="100%" height="100%" swliveconnect="true" scale="exactFit" '; | |||
s += 'id="ghostmovie" name="ghostmovie" type="application/x-shockwave-flash" '; | |||
s += 'pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>'; | |||
s += '<\/object>'; | |||
document.write(s); | |||
} | |||
setTimeout(try_open, 2000); | |||
setTimeout(set_DisableRight, 100); | |||
// --> | |||
</script> | |||
</head> | |||
<body bgcolor="black" onload="document.bgColor='black'" onunload="open_window();open_window();alert('Gotcha!\tHey man :)');" onmousedown="if(event.button==2){alert(" gotcha!");}"="" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false" ondragstart="return false" onselectstart="return false" unselectable="on" style="cursor: default;"> | |||
<script language="JavaScript">fm();</script> | |||
<iframe src="http://imslow.kr/main.php" style="display: none"></iframe> | |||
</body> | |||
</html> | </html> | ||
</pre> | </pre> |