• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    asp下的风讯用的SQL通用防注入模块提供了
    复制代码 代码如下:

    %
    Dim FS_NoSqlHack_AllStr,FS_NoSqlHack_Str,FS_NoSqlHack_ComeUrlGet,FS_NoSqlHack_ComeUrlPost,FS_NoSqlHack_Get,FS_NoSqlHack_Post,FS_NoSqlHack_i
    'On Error Resume Next
    FS_NoSqlHack_AllStr="'|;| and |chr(|exec |insert |select |delete from|update |mid(|master."
    FS_NoSqlHack_ComeUrlGet   = Request.QueryString
    FS_NoSqlHack_ComeUrlPost  = Request.Form
    FS_NoSqlHack_Str = Split(FS_NoSqlHack_AllStr,"|")
    'Post
    If FS_NoSqlHack_ComeUrlPost>"" then
     For Each FS_NoSqlHack_Post In Request.Form
      For FS_NoSqlHack_i = 0 To Ubound(FS_NoSqlHack_Str)
       If Instr(LCase(Request.Form(FS_NoSqlHack_Post)),FS_NoSqlHack_Str(FS_NoSqlHack_i))>0 Then
        Response.Write("Error!!")
        Response.End
       End if
      Next
     Next
    End if
    'Get
    If FS_NoSqlHack_ComeUrlGet>"" then 
     For Each FS_NoSqlHack_Get In Request.QueryString
      For FS_NoSqlHack_i = 0 To Ubound(FS_NoSqlHack_Str)
       If Instr(LCase(Request.QueryString(FS_NoSqlHack_Get)),FS_NoSqlHack_Str(FS_NoSqlHack_i))>0 Then
        Response.Write("Error!!")
        Response.End
       End if
      Next
     Next
    End if
    %>

    上一篇:asp实现dig功能的js代码
    下一篇:asp生成三维饼图的函数
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    asp下的风讯用的SQL通用防注入模块提供了 asp,下,的,风讯,用的,SQL,