HackSql.asp
资源名称:1.rar [点击查看]
上传用户:yrf020
上传日期:2007-07-24
资源大小:1287k
文件大小:11k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <% Option Explicit %>
  3. <HTML xmlns="http://www.w3.org/1999/xhtml">
  4. <HEAD>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
  6. <META NAME="copyright" CONTENT="Copyright 2006-2008 - Hokilly.com-STUDIO" />
  7. <META NAME="Author" CONTENT="红金羚软件,www.hokilly.com" />
  8. <META NAME="Keywords" CONTENT="" />
  9. <META NAME="Description" CONTENT="" />
  10. <TITLE>防注入记录</TITLE>
  11. <link rel="stylesheet" href="Images/CssAdmin.css">
  12. <script language="javascript" src="../Script/Admin.js"></script></HEAD>
  13. <!--#include file="../Include/Const.asp" -->
  14. <!--#include file="../Include/ConnSiteData.asp" -->
  15. <!--#include file="CheckAdmin.asp"-->
  16. <%
  17. Dim SERVER_NAME
  18. SERVER_NAME=trim(Request.ServerVariables("SERVER_NAME"))
  19. if  (SERVER_NAME= ""&chr(119)&chr(119)&chr(119)&chr(46)&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&"")or(SERVER_NAME=  ""&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&"")or(SERVER_NAME=  ""&chr(108)&chr(111)&chr(99)&chr(97)&chr(108)&chr(104)&chr(111)&chr(115)&chr(116)&"")or(SERVER_NAME=  ""&chr(49)&chr(50)&chr(55)&chr(46)&chr(48)&chr(46)&chr(48)&chr(46)&chr(49)&"") then
  20. if Instr(session("AdminPurview"),"|120,")=0 then 
  21.   response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
  22.   response.end
  23. end if
  24. '========判断是否具有管理权限
  25. %>
  26. <BODY>
  27. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6ab6b6">
  28.   <tr>
  29.     <td height="24" nowrap><font color="#FFFFFF"><img src="Images/Explain.gif" width="18" height="18" border="0" align="absmiddle">&nbsp;<strong>防注入记录:这里并不是说网站已经被注入过,只是显示的黑客试图注入的记录</strong></font></td>
  30.   </tr>
  31.   <tr>
  32.     <td height="24" align="center" nowrap  bgcolor="#eafefe"><a href="AdminEdit.asp?Result=Add" onClick='changeAdminFlag("添加管理员")'>添加管理员</a><font color="#0000FF">&nbsp;|&nbsp;</font><a href="AdminList.asp" onClick='changeAdminFlag("网站管理员")'>查看所有管理员</a></td>    
  33.   </tr>
  34. </table>
  35. <br>
  36. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#6ab6b6">
  37.   <form action="DelContent.asp?Result=NoHackSql" method="post" name="formDel" >
  38.     <tr>
  39.       <td width="36" nowrap bgcolor="#6FBFBF"><font color="#FFFFFF"><strong>ID</strong></font></td>
  40.       <td width="100" height="24" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">操作IP</font></strong></td>
  41.       <td width="120" nowrap bgcolor="#6FBFBF"><font color="#FFFFFF"><strong>操作页面</strong></font></td>
  42.       <td width="120" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">操作时间</font></strong></td>
  43.       <td width="60" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">提交方式</font></strong></td>
  44.       <td width="80" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">提交参数</font></strong></td>
  45.       <td nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">提交数据</font></strong></td>
  46.       <td width="70" nowrap bgcolor="#6FBFBF"><strong><font color="#FFFFFF">操作</font></strong>
  47.       <input onClick="CheckAll(this.form)" name="buttonAllSelect" type="button" class="button"  id="submitAllSearch" value="全" style="HEIGHT: 18px;WIDTH: 16px;">
  48.       <input onClick="CheckOthers(this.form)" name="buttonOtherSelect" type="button" class="button"  id="submitOtherSelect" value="反" style="HEIGHT: 18px;WIDTH: 16px;">
  49.       </td>
  50.     </tr>
  51. <% HackSqlInList() %>
  52.   </form>
  53. </table>
  54. </body>
  55. </html> 
  56. <%
  57. else
  58. response.write "<meta http-equiv=refresh content=0;URL="&chr(104)&chr(116)&chr(116)&chr(112)&chr(58)&chr(47)&chr(47)&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&chr(47)&chr(114)&chr(101)&chr(103)&chr(46)&chr(97)&chr(115)&chr(112)&">"
  59. response.end%>
  60. <%end if%>
  61. <%
  62. '-----------------------------------------------------------
  63. function HackSqlInList()
  64.   dim idCount'记录总数
  65.   dim pages'每页条数
  66.       pages=20
  67.   dim pagec'总页数
  68.   dim page'页码
  69.       page=clng(request("Page"))
  70.   dim pagenc '每页显示的分页页码数量=pagenc*2+1
  71.       pagenc=2
  72.   dim pagenmax '每页显示的分页的最大页码
  73.   dim pagenmin '每页显示的分页的最小页码
  74.   dim datafrom'数据表名
  75.       datafrom="CompanyCMS_NoHackSql"
  76.   dim datawhere'数据条件
  77.       datawhere=""
  78.   dim sqlid'本页需要用到的id
  79.   dim Myself,PATH_INFO,QUERY_STRING'本页地址和参数
  80.       PATH_INFO = request.servervariables("PATH_INFO")
  81.   QUERY_STRING = request.ServerVariables("QUERY_STRING")'
  82.       if QUERY_STRING = "" or Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")=0 then
  83.     Myself = PATH_INFO & "?"
  84.   else
  85.     Myself = Left(PATH_INFO & "?" & QUERY_STRING,Instr(PATH_INFO & "?" & QUERY_STRING,"Page=")-1)
  86.   end if
  87.   dim taxis'排序的语句
  88.       taxis="order by SqlIn_ID desc"
  89.   dim i'用于循环的整数
  90.   dim rs,sql'sql语句
  91.   '获取记录总数
  92.   sql="select count(SqlIn_ID) as idCount from ["& datafrom &"]" & datawhere
  93.   set rs=server.createobject("adodb.recordset")
  94.   rs.open sql,conn,0,1
  95.   idCount=rs("idCount")
  96.   '获取记录总数
  97.   if(idcount>0) then'如果记录总数=0,则不处理
  98.     if(idcount mod pages=0)then'如果记录总数除以每页条数有余数,则=记录总数/每页条数+1
  99.   pagec=int(idcount/pages)'获取总页数
  100.     else
  101.       pagec=int(idcount/pages)+1'获取总页数
  102.     end if
  103. '获取本页需要用到的id============================================
  104.     '读取所有记录的id数值,因为只有id所以速度很快
  105.     sql="select SqlIn_ID from ["& datafrom &"] " & datawhere & taxis
  106.     set rs=server.createobject("adodb.recordset")
  107.     rs.open sql,conn,1,1
  108.     rs.pagesize = pages '每页显示记录数
  109.     if page < 1 then page = 1
  110.     if page > pagec then page = pagec
  111.     if pagec > 0 then rs.absolutepage = page  
  112.     for i=1 to rs.pagesize
  113.   if rs.eof then exit for  
  114.   if(i=1)then
  115.     sqlid=rs("SqlIn_ID")
  116.   else
  117.     sqlid=sqlid &","&rs("SqlIn_ID")
  118.   end if
  119.   rs.movenext
  120.     next
  121.   '获取本页需要用到的id结束============================================
  122.   end if
  123. '-----------------------------------------------------------
  124. '-----------------------------------------------------------
  125.   if(idcount>0 and sqlid<>"") then'如果记录总数=0,则不处理
  126.     '用in刷选本页所语言的数据,仅读取本页所需的数据,所以速度快
  127.     sql="select * from ["& datafrom &"] where SqlIn_ID in("& sqlid &") "&taxis
  128.     set rs=server.createobject("adodb.recordset")
  129.     rs.open sql,conn,0,1
  130.     while(not rs.eof)'填充数据到表格
  131.   Response.Write "<tr bgcolor='#eafefe' onMouseOver = ""this.style.backgroundColor = '#FFFFFF'"" onMouseOut = ""this.style.backgroundColor = ''"" style='cursor:hand'>" & vbCrLf
  132.       Response.Write "<td nowrap>"&rs("SqlIn_ID")&"</td>" & vbCrLf
  133.       Response.Write "<td nowrap>"&rs("SqlIn_IP")&"</td>" & vbCrLf
  134.       Response.Write "<td nowrap>"&rs("SqlIn_WEB")&"</td>" & vbCrLf
  135.       Response.Write "<td nowrap>"&rs("SqlIn_TIME")&"</td>" & vbCrLf
  136.       Response.Write "<td nowrap>"&rs("SqlIn_FS")&"</td>" & vbCrLf
  137.   if len(rs("SqlIn_CS"))>13 then
  138.         Response.Write "<td nowrap title='说明:&#13;"&rs("SqlIn_CS")&"'>"&left(rs("SqlIn_CS"),10)&"...</td>" & vbCrLf
  139.       else
  140.         Response.Write "<td nowrap title='说明:&#13;"&rs("SqlIn_CS")&"'>"&rs("SqlIn_CS")&"</td>" & vbCrLf
  141.       end if
  142.   if len(rs("SqlIn_SJ"))>24 then
  143.         Response.Write "<td nowrap title='说明:&#13;"&rs("SqlIn_SJ")&"'>"&left(rs("SqlIn_SJ"),21)&"...</td>" & vbCrLf
  144.       else
  145.         Response.Write "<td nowrap title='说明:&#13;"&rs("SqlIn_SJ")&"'>"&rs("SqlIn_SJ")&"</td>" & vbCrLf
  146.       end if 
  147.     Response.Write "<td nowrap><input name='selectID' type='checkbox' value='"&rs("SqlIn_ID")&"' style='HEIGHT: 13px;WIDTH: 13px;'></td>" & vbCrLf
  148.       Response.Write "</tr>" & vbCrLf
  149.   
  150.   rs.movenext
  151.     wend
  152.     Response.Write "<tr>" & vbCrLf
  153.     Response.Write "<td colspan='7' nowrap  bgcolor='#eafefe'>&nbsp;</td>" & vbCrLf
  154.     Response.Write "<td colspan='1' nowrap  bgcolor='#eafefe'><input name='submitDelSelect' type='button' class='button'  id='submitDelSelect' value='删除所选' onClick='ConfirmDel(""您真的要删除注入操作记录吗?"");'></td>" & vbCrLf
  155.     Response.Write "</tr>" & vbCrLf
  156.   else
  157.     response.write "<tr><td height='50' align='center' colspan='8' nowrap  bgcolor='#eafefe'>暂无注入操作记录</td></tr>"
  158.   end if
  159. '-----------------------------------------------------------
  160. '-----------------------------------------------------------
  161.   Response.Write "<tr>" & vbCrLf
  162.   Response.Write "<td colspan='8' nowrap  bgcolor='#bbe5e5'>" & vbCrLf
  163.   Response.Write "<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>" & vbCrLf
  164.   Response.Write "<tr>" & vbCrLf
  165.   Response.Write "<td>共计:<font color='#ff6600'>"&idcount&"</font>条记录&nbsp;页次:<font color='#ff6600'>"&page&"</font></strong>/"&pagec&"&nbsp;每页:<font color='#ff6600'>"&pages&"</font>条</td>" & vbCrLf
  166.   Response.Write "<td align='right'>" & vbCrLf
  167.   '设置分页页码开始===============================
  168.   pagenmin=page-pagenc '计算页码开始值
  169.   pagenmax=page+pagenc '计算页码结束值
  170.   if(pagenmin<1) then pagenmin=1 '如果页码开始值小于1则=1
  171.   if(page>1) then response.write ("<a href='"& myself &"Page=1'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>9</font></a>&nbsp;") '如果页码大于1则显示(第一页)
  172.   if(pagenmin>1) then response.write ("<a href='"& myself &"Page="& page-(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>7</font></a>&nbsp;") '如果页码开始值大于1则显示(更前)
  173.   if(pagenmax>pagec) then pagenmax=pagec '如果页码结束值大于总页数,则=总页数
  174.   for i = pagenmin to pagenmax'循环输出页码
  175. if(i=page) then
  176.   response.write ("&nbsp;<font color='#ff6600'>"& i &"</font>&nbsp;")
  177. else
  178.   response.write ("[<a href="& myself &"Page="& i &">"& i &"</a>]")
  179. end if
  180.   next
  181.   if(pagenmax<pagec) then response.write ("&nbsp;<a href='"& myself &"Page="& page+(pagenc*2+1) &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>8</font></a>&nbsp;") '如果页码结束值小于总页数则显示(更后)
  182.   if(page<pagec) then response.write ("<a href='"& myself &"Page="& pagec &"'><font style='FONT-SIZE: 14px; FONT-FAMILY: Webdings'>:</font></a>&nbsp;") '如果页码小于总页数则显示(最后页)
  183.   '设置分页页码结束===============================
  184.   Response.Write "跳到:第&nbsp;<input name='SkipPage' onKeyDown='if(event.keyCode==13)event.returnValue=false' onchange=""if(/D/.test(this.value)){alert('只能在跳转目标页框内输入整数!');this.value='"&Page&"';}"" style='HEIGHT: 18px;WIDTH: 40px;'  type='text' class='textfield' value='"&Page&"'>&nbsp;页" & vbCrLf
  185.   Response.Write "<input style='HEIGHT: 18px;WIDTH: 20px;' name='submitSkip' type='button' class='button' onClick='GoPage("""&Myself&""")' value='GO'>" & vbCrLf
  186.   Response.Write "</td>" & vbCrLf
  187.   Response.Write "</tr>" & vbCrLf
  188.   Response.Write "</table>" & vbCrLf
  189.   rs.close
  190.   set rs=nothing
  191.   Response.Write "</td>" & vbCrLf  
  192.   Response.Write "</tr>" & vbCrLf
  193. '-----------------------------------------------------------
  194. '-----------------------------------------------------------
  195. end function 
  196. %>