• λ我爱Aspx >> Asp.Net >> asp防注入函数
  • asp防注入函数

  • :未知  Դ:internet  :2007-5-20 16:39:49  ؼ:asp
  • <%'注入漏洞数值型参数检测

    sub checkimmit(x)

        if not IsNumeric(x) then response.Redirect "error.htm"

    end sub

    %>

    <%'注入漏洞字符型参数检测

    sub checkimmit(x)

        If (InStr(x,"&",1)<>0 or InStr(x,"=",1)<>0 or InStr(x,"select ",1)<>0) then Response.Redirect "Error.htm"

    end sub

    %>

    Ҷƪл˵?
  • һƪASP连动下拉列表从数据库读取
    һƪASP中返回上一页