复制代码代码如下:
<%
DIMFS_NOSQLHACK_ALLSTR, FS_NOSQLHACK_STR, FS_NOSQLHACK_COMEURLGE, FS_NOSQLHACK_COMEURLPOST, FS_NOSQLHACK_GET, FS_NOSQLHACK_POST, FS_NOSQLHACK_I
'Onerrorresumenext
Fs_nosqlhack_allstr = "'|; | и | chr (| exec | insert | select | deletefrom | Обновление | Mid (| Master."
Fs_nosqlhack_comeurlget = request.querystring
FS_NOSQLHACK_COMEURLPOST = request.form
Fs_nosqlhack_str = split (fs_nosqlhack_allstr, "|")
'Почта
IFFS_NOSQLHACK_COMEURLPOST <> "" Тогда
Foreachfs_nosqlhack_postinrequest.form
Forfs_nosqlhack_i = 0toubound (fs_nosqlhack_str)
Ifinstr (lcase (request.form (fs_nosqlhack_post)), fs_nosqlhack_str (fs_nosqlhack_i)) <> 0then
Response.write ("ошибка !!")
Response.end
Эндиф
Следующий
Следующий
Эндиф
'Получать
IFFS_NOSQLHACK_COMEURLGE <> "" Тогда
Foreachfs_nosqlhack_getinrequest.querystring
Forfs_nosqlhack_i = 0toubound (fs_nosqlhack_str)
Ifinstr (lcase (request.querystring (fs_nosqlhack_get)), fs_nosqlhack_str (fs_nosqlhack_i)) <> 0then
Response.write ("ошибка !!")
Response.end
Эндиф
Следующий
Следующий
Эндиф
%>