?? index.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="md5.asp"-->
<!--#include file="comm.asp"-->
<title>MD5在線破解之查詢工具-推廣版</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META name="description" content="中國免費資源網,md5.mmkey.com,MD5在線密碼破解,MD6密碼轉換">
<meta name="keywords" content="中國免費資源網,md5解密工具,md5P暴力解密,md5密碼轉換器,md5密碼破解平臺,MD5密碼爆破工具,MD5密碼轉數據庫版,在線MD5密碼轉換,md5在線解密工具,MD5密碼轉換器1.0,www.86bed.cn">
<link href="md5cs.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<table class="tableborder1" border=1 cellSpacing="0" cellPadding="0" align="center" width="730" bordercolor="#336600">
<tr>
<td align="center">
<span class="style1">聯盟站點:</span><a href="http://www.86bed.cn">中國免費資源網</a> <a href="http://bbs.86bed.cn">IT農民論壇</a> <a href="http://code.86bed.cn">源碼下載</a> <a href="http://down.86bed.cn">軟件下載</a> <a href="http://www.86bed.cn/tech">技術文檔</a> <a href="http://www.86bed.cn/cy">成語查詢</a> <a href="http://www.86bed.cn/photo">美女圖庫</a> <a href="http://www.86bed.cn/news">新聞頻道</a> <a href="http://news.86bed.cn">娛樂資訊</a> <a href="http://www.86bed.cn/dream">周公解夢</a>
</td>
</tr>
<tr>
<td align="center" ><script type="text/javascript"><!--
google_ad_client = "pub-7344888898621473";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
<table class="tableborder1" width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#CCCC99" width="5%"> </td>
<td valign="top" bgcolor="#CCCC99" height="20">
<div align="center"><font color="#336600"><b><font size="5" color="#FF6600">MD5在線破解(轉換)之數據庫查詢工具<font color="#333366" size="3">(<a href="EN.ASP">ENGLISH
VER</a>)</font></font></b></font></div>
</td>
<td valign="top" bgcolor="#CCCC99" style="line-height:140%;" width="5%"> </td>
</tr>
</table>
<table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
</tr>
</table>
<table class="tableborder1" width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="12" bgcolor="#CCCC99">
<div align="center"></div>
</td>
</tr>
<tr>
<td height="13" bgcolor="#CCCC99">
<div align="center">MD5密碼自動收錄系統
<%
dim text,r1,md5text,r2,r3,r4,i
if request("action")="go" then
'if Request.QueryString("action")="go" then
text=ExcHtml(request("text"))
'r1=request("md5text")
r1=md5(request("text"))
'====不收錄左右帶空格,以及可能是MD5值的數據
if trim(request("text"))=request("text") and len(trim(request("text")))<>16 and len(trim(request("text")))<32 then
Set rsd=Server.CreateObject("Adodb.Recordset")
sqld="select * from md5 where text='"&text&"' ORDER BY ID DESC"
rsd.open sqld,conn,1,3
if rsd.EOF And rsd.BOF Then
rsd.addnew
rsd("text")=text
rsd("md5text")=r1
rsd("ip")=Request.ServerVariables("REMOTE_ADDR")
rsd("adddate")=now()
rsd.update
rsd.close
set rsd=nothing
else
dim r0
r0=right(left(r1,24),16)
Set resd=Server.CreateObject("Adodb.Recordset")
seqld="select * from md5 where md5text LIKE '%"&r0&"%' ORDER BY ID DESC"
resd.open seqld,conn,1,3
if resd.EOF And resd.BOF Then
resd.addnew
resd("text")=text
resd("md5text")=r1
rsd("ip")=Request.ServerVariables("REMOTE_ADDR")
'resd("adddate")=date()
resd("adddate")=now()
resd.update
resd.close
set resd=nothing
end if
end if
end if
end if
'ip和日期顯示
'IP = Request.ServerVariables("REMOTE_ADDR")
'Response.Write "<br>你的IP地址為:[<a href='http://ipseeker.cn/'><font color=green>"&ip&"</font></a>]"
'Response.Write "<br>(<font color='#cc00aa'>"&now()&" "&WeekdayName(Weekday(date()))&"</font></a>)"
%>
</div>
</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" bordercolor="#CCCC99">
<div align="center"> <form name="form" action="index.asp?action=go" method="post">
<p><br>
</p>
<div align="center">
<table width="63%" border="0" align="center">
<tr>
<td width="13%"> </td>
<td width="22%">
<div align="center">輸入待轉換值: </div>
</td>
<td width="49%">
<div align="center">
<input maxlength="100" size="32" name="text" value="<%if r1<>md5(exchtml(text)) and r1<> "" then%>有特殊字符,無法顯示,但結果正確<%else%><%=text%><%end if%>" title="這里輸入需要加密的字符,數字等,注意,兩邊有空格會被過濾~">
</div>
</td>
<td width="12%">
<div align="center">
<input type=submit name="go" value=" 轉換 " id="go" onClick="go();" >
</div>
</td>
<td width="4%"> </td>
</tr>
<tr>
<td width="13%"> </td>
<td width="22%">
<div align="center">常序輸出結果:</div>
</td>
<td width="49%">
<div align="center">
<input size="32" name="r1" value="<%=r1%>" title="這里顯示32位的MD5值,如果記錄數據庫沒有,會自動被收錄,謝謝!">
</div>
</td>
<td width="12%">
<div align="center">結果為大寫</div>
</td>
<td width="4%"> </td>
</tr>
<tr>
<td> </td>
<td>
<div align="center">常序中間16位:</div>
</td>
<td>
<div align="center">
<input size="32" name="r12" value="<%=mid(r1,9,16)%>" title="這里顯示32位的MD5值,如果記錄數據庫沒有,會自動被收錄,謝謝!">
</div>
</td>
<td> </td>
<td> </td>
</tr>
<td width="13%"></form>
<form name="form2" action="index.asp?action=look" method="post">
<tr>
<td width="13%"> </td>
<td width="22%">
<div align="center">MD5值反查詢:</div>
</td>
<td width="49%">
<div align="center">
<input maxlength="64" size="32" name ="md5text" value="<%=md5text%>" title="你可以輸入4-32位的MD5值,任意一段MD5值即可,越多越準確,注意沒有字符和漢字等~~~">
</div>
</td>
<td width="12%">
<div align="center">
<input type=submit maxlength="20" name=look value=" 查詢 " title="下面將顯示所有相關結果">
</div>
</td>
<td width="4%"> </td>
</tr>
</form>
<%
md5text=Trim(request("md5text"))
if request("action")="look" then
'r2=request("r2")
'if InStr(md5text,"1")=0 or InStr(md5text,"2")=0 then or InStr(md5text,"3")=0 or InStr(md5text,"4")=0 or InStr(md5text,"5")=0 or InStr(md5text,"6")=0 or InStr(md5text,"7")=0 or InStr(md5text,"8")=0 or InStr(md5text,"9")=0 or InStr(md5text,"0")=0 or InStr(md5text,"A")=0 or InStr(md5text,"B")=0 or InStr(md5text,"C")=0 or InStr(md5text,"D")=0 or InStr(md5text,"E")=0 or InStr(md5text,"F")=0 or InStr(md5text,"G")=0 or InStr(md5text,"H")=0 or InStr(md5text,"I")=0 or InStr(md5text,"J")=0 or InStr(md5text,"K")=0 or InStr(md5text,"L")=0 or InStr(md5text,"M")=0 or InStr(md5text,"N")=0 or InStr(md5text,"O")=0 or InStr(md5text,"P")=0 or InStr(md5text,"Q")=0 or InStr(md5text,"R")=0 or InStr(md5text,"S")=0 or InStr(md5text,"T")=0 or InStr(md5text,"U")=0 or InStr(md5text,"V")=0 or InStr(md5text,"W")=0 or InStr(md5text,"X")=0 or InStr(md5text,"Y")=0 or InStr(md5text,"Z")<>0 THEN
if InStr(md5text,"=")<>0 or InStr(md5text,"`")<>0 or InStr(md5text,"'")<>0 or InStr(md5text," ")<>0 or InStr(md5text," ")<>0 or InStr(md5text,"'")<>0 or InStr(md5text,chr(34))<>0 or InStr(md5text,"\")<>0 or InStr(md5text,",")<>0 or InStr(md5text,"<")<>0 or InStr(md5text,">")<>0 or InStr(md5text,"/")<>0 or InStr(md5text,":")<>0 or InStr(md5text,"(")<>0 or InStr(md5text,")")<>0 or InStr(md5text,"#")<>0 or InStr(md5text,"$")<>0 or InStr(md5text,"%")<>0 or InStr(md5text,"&")<>0 or InStr(md5text,"*")<>0 or InStr(md5text,"-")<>0 or InStr(md5text,"+")<>0 or InStr(md5text,"[")<>0 or InStr(md5text,"]")<>0 or InStr(md5text,"|")<>0 or InStr(md5text,"^")<>0 then
response.write "<script language='javascript'>" & chr(13)
response.write "alert('MD5值是不包含\/:*?"&chr(34)&"<>|等字符的,請檢查你的值是否正確!');" & Chr(13)
response.write "window.document.location.href='javascript:history.back()';"&Chr(13)
response.write "</script>" & Chr(13)
Response.End
end if
if InStr(md5text,"8F00B204E9800998")<>0 or md5text="7D9DC229D2921A40" then
r2="數據可能為空(NULL)"
end if
if len(md5text)>33 or len(md5text)<3 then
response.write "<script language='javascript'>"& Chr(13)
response.write "alert('MD5值長度校驗錯誤,請檢查!');"& Chr(13)
response.write "window.document.location.href='javascript:history.back()';"& Chr(13)
response.write "</script>" & Chr(13)
end if
i=1
set rs=server.createobject("adodb.recordset")
sql = "SELECT * FROM md5 where md5text LIKE '%"&md5text&"%' ORDER BY ID DESC"
rs.Open sql,conn,1,1
'r4=Request.QueryString("md5text")
If rs.EOF And rs.BOF Then
'r2="無結果!"
response.Redirect("index.asp?err='抱歉,小蝦無能,未能收錄'")
end if
'Else
'do while not rs.eof
'md5text=ucase(rs("md5text"))
do while not rs.eof
r2=rs("text")
r3=md5(trim(r2))
%>
<tr>
<td width="13%"> </td>
<td width="22%">
<div align="center">結果(<%=i%>):</div>
</td>
<td width="49%">
<div align="center">
<input size="32" name="rr2" value="<%=r2%>" >
</div>
</td>
<td width="12%"> </td>
<td width="4%"> </td>
</tr>
<tr>
<td width="13%"> </td>
<td width="22%">
<div align="center">原始值(<%=i%>):</div>
</td>
<td width="49%">
<div align="center">
<input size="32" name="rmd5text" value="<%=r3%>" color="red">
</div>
</td>
<td width="12%"> </td>
<td width="4%"> </td>
</tr>
<%
rs.movenext
i=i+1
loop
' end if
rs.close
Set rs=Nothing
end if
%>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
<table class="tableborder1" border=1 cellSpacing="0" cellPadding="0" align="center" height="25" width="730" bordercolor="#336600">
<tr>
<td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-7344888898621473";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0066CC";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
<tr>
<td> <script type="text/javascript"><!--
google_ad_client = "pub-7344888898621473";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "38B63C";
google_color_text = "2BA94F";
google_color_url = "2D8930";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
<table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="1">
<div align="center"></div>
</td>
</tr>
<tr>
<td height="20" bgcolor="#CCCC99">
<div align="center" class="style1">
<div align="center"><font color="#336600">powered
by <a href="http://www.86bed.cn">86bed.cn</a>(狗蛋)</font></div>
</div></td>
</tr>
</table>
<!--#include file="copy.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -