admin_sqlin.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <!--#include file="admin_sb.asp"-->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="inc/conn.asp" -->
  4. <%
  5. '************** ASPSecurity SQL防注入****************
  6. ' Copyright 2006
  7. ' Create:2006-4-17
  8. ' Update:2006-7-25
  9. '****************************************************
  10. %>
  11. <html>
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  14. <link rel="stylesheet" rev="stylesheet" href="inc/control.css" type="text/css" media="all" />
  15. </head>
  16. <body class="ContentBody">
  17. <div class="MainDiv">
  18. <table width="100%" border="0" cellpadding="0" cellspacing="0" class="CContent">
  19.   <tr>
  20.     <th class="CTitle">雷客图ASP站长安全助手 SQL防注入
  21.   </tr>
  22.   <tr>
  23.     <td class="CPanel">
  24.         <div id="updateInfo" style="background:ffffe1;border:1px solid #89441f;padding:4px;display:none"></div>
  25. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  26.  <tr>
  27.  <td valign="top" style="padding:5px;width:140px"><img src="images/Icon/ControlPanel.png" width="128" height="128"/></td>
  28.  <td valign="top">     <div align="left" style="padding:5px;line-height:170%;clear:both;font-size:12px">
  29.      <p><strong>功能描述</strong><br>
  30.    SQL注入是当前流行的Web攻击手法,本功能实现对提交的数据的检测,及时阻止SQL注入攻击<br>
  31.    <strong>使用方法</strong>
  32.    <br>
  33.    使用SQL注射扫描工具检查网站,若发现注入漏洞可将以下代码加入到数据库调用文件首部(比如conn.asp)<br>
  34.      <textarea name="code" cols="60" rows="2">&lt;!--#include virtual="<%=replace(request.ServerVariables("SCRIPT_NAME"),"admin_sqlin.","stopSQLIn.")%>"--&gt;</textarea>
  35.      <br>
  36.      <strong>注意事项</strong><br>
  37.      SQL注入字符过滤可能会导致网站某些功能不正常,如果遇到这种情况,请不要使用本功能。<br>
  38.                 </p>
  39.      </div>    
  40.  </td>
  41.  </tr>
  42. </table>
  43. </td></tr>
  44. </table>
  45. </div>
  46. </body>
  47. </html>