求天天酷跑大神号和密码破解密码

查看: 4909|回复: 4
求教各位大神,如何破解这种登陆密码
常见的路由器登陆密码,可以使用WebCrack来搞定。但是最近各路由器厂商似乎都update了固件,发生了较大的改变,不再沿用过去那套“admin”的登陆密码了。
截图如下:
附上源代码:
&script type=&text/javascript&&
var httpAutErrorArray=new Array(
&http:\/\/.cn&,
&html&&head&&title&FW316R&/title&
&script type=&text/javascript&&&!--
function Click(){}
document.oncontextmenu=C
function doPrev(){history.go(-1);}
//--&&/script&
&style type=&text/css&&
font-family:&宋体&;
background-color:
div.loginBox
margin-top:10%;
text-align:
div.panelThre{
margin-top:10
div.picDiv{
height:321
background:url(../login/loginbg.png);
input.pcPassword{
line-height:50
background:url(../login/top_bg.png);
padding:40px 0px 0px 0
list-style:
text-align:
color:#656565;
font-family:&宋体&;
font-weight:
font-size:12
margin-top:10
display:inline-
color:#fd1515;
background:url(../login/loginPwd.png);
input.text{
padding:10px 0
margin:2px 0px 0px 2
font-size:14
color:#6a6969;
font-family:&宋体&;
font-weight:
background-color:
vertical-align:
label.loginBtn{
display:inline-
margin-top:20
background:url(../login/loginBtn.png);
vertical-align:
text-align:
font-family:&宋体&;
font-weight:
font-size:14
line-height:40
&script type=&text/javascript&&
function Base64Encoding(input)
var keyStr = &ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/=&;
var output = &&;
var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
var i = 0;
input = utf8_encode(input);
while (i & input.length)
&&chr1 = input.charCodeAt(i++);
&&chr2 = input.charCodeAt(i++);
&&chr3 = input.charCodeAt(i++);
&&enc1 = chr1 && 2;
&&enc2 = ((chr1 & 3) && 4) | (chr2 && 4);
&&enc3 = ((chr2 & 15) && 2) | (chr3 && 6);
&&enc4 = chr3 & 63;
&&if (isNaN(chr2)) {
& &enc3 = enc4 = 64;
&&} else if (isNaN(chr3)) {
& &enc4 = 64;
&&output = output +
&&keyStr.charAt(enc1) + keyStr.charAt(enc2) +
&&keyStr.charAt(enc3) + keyStr.charAt(enc4);
function utf8_encode (string)
string = string.replace(/\r\n/g,&\n&);
var utftext = &&;
for (var n = 0; n & string. n++) {
&&var c = string.charCodeAt(n);
&&if (c & 128) {
& &utftext += String.fromCharCode(c);
&&else if((c & 127) && (c & 2048)) {
& &utftext += String.fromCharCode((c && 6) | 192);
& &utftext += String.fromCharCode((c & 63) | 128);
& &utftext += String.fromCharCode((c && 12) | 224);
& &utftext += String.fromCharCode(((c && 6) & 63) | 128);
& &utftext += String.fromCharCode((c & 63) | 128);
function CheckUserPsw(szValue)
var reg = /^[\x21-\x7e]+$/;
if(!reg.test(szValue))
var pswLenMsg = &密码长度只能为6-15位。&;
var pswInvalid = &密码必须是数字、字母(区分大小写)、符号的组合(空格除外)。&;
function CheckPswLength()
if(httpAutErrorArray[0] == 2 )
var pcPassword = $(&pcPassword&);
if(pcPassword.value.length == 0)
else if(!CheckUserPsw(pcPassword.value))
&&$(&errMsg&).style.visibility = &visible&;
&&$(&errMsg&).innerHTML = pswI
else if(pcPassword.value.length & 6 || pcPassword.value.length & 15)
&&$(&errMsg&).style.visibility = &visible&;
&&$(&errMsg&).innerHTML = pswLenM
&&$(&errMsg&).style.visibility = &hidden&;
function setPswDisable(state)
var pcPassword = $(&pcPassword&);
pcPassword.style.display = (state)?&none&:&&;
var pwLi = $(&pwLi&);
if(state == true)
&&pwLi.style.background = &url(../login/loginPwdL.png) no-repeat&;
&&pwLi.style.background = &url(../login/loginPwd.png) no-repeat&;&&
&&pcPassword.focus();
function PCWin(event)
if (event.keyCode == 13)
&&PCSubWin();
function PCSubWin()
if(CheckPswLength() == true )
&&var strtemp = location.
&&var password = $(&pcPassword&).
&&var auth = &Basic &+Base64Encoding(&admin:&+password);
&&document.cookie = &Authorization=&+escape(auth)+&;path=/&;
&&location.href =
function w(str)
document.write(str);
function $(id)
return document.getElementById(id);
function pageLoad()
document.cookie = &Authorization=;path=/&;
var ErrNum = httpAutErrorArray[0];
switch(ErrNum)
& &isShowReset =
& &$(&errMsg&).innerHTML = &密码错误,请重新输入。&;
& &$(&errMsg&).style.visibility = &visible&;
& &$(&resetMsg&).style.visibility = &visible&;
& &setPswDisable(false);
& &isShowReset =
& &$(&errMsg&).innerHTML = &密码错误已达10次,请两小时后再尝试。&;
& &$(&errMsg&).style.visibility = &visible&;
& &$(&resetMsg&).style.visibility = &visible&;
& &setPswDisable(true);
&&default:
& &isShowReset =
& &$(&errMsg&).style.visibility = &hidden&;
& &$(&resetMsg&).style.visibility= &hidden&;
& &setPswDisable(false);
var loginBtn = $(&loginBtn&);
loginBtn.onmouseover = function(){
&&loginBtn.style.background = &url(../login/loginBtnH.png)&;
loginBtn.onmouseout = function(){
&&loginBtn.style.background = &url(../login/loginBtn.png)&;
$(&officialLink&).onclick = function(){
&&window.open(httpAutErrorArray[1]);
var isShowReset =
function showResetMsg()
isShowReset = !isShowR
$(&resetMsg&).style.visibility = (isShowReset)?&visible&:&hidden&;
&div class=&topLogo&&
&&&a id=&officialLink& href=&javascript:;&&&img src=&../login/top1_1.png& border=&0& style=&cursor:pointer&&&/a&
&div class=&loginBox&&
&&&div class=&panelThre& align=&center&&
& &&div align=&center& class=&picDiv& align=&center&&
& &&&&li style=&font-size:14pt&&请输入管理员密码&/li&
& &&&&li id=&pwLi& class=&pwLi&&&input class=&text& id=&pcPassword& name=&pcPassword& type=&password& maxlength=&15& autocomplete=&on&&&/li&
& &&&&li&&label id=&errMsg& class=&errMsg& style=&visibility:hidden&&密码错误已达10次,请两小时后再尝试。&/label&&/li&
& &&&&li&&u style=&cursor:pointer&&忘记密码?&/u&&/li&
& &&&&li&&label id=&resetMsg& style=&visibility:hidden& &如忘记密码,请恢复出厂设置,恢复方法:在设备通电情况下,按住Reset按钮保持5秒以上。&/label&&/li&
& & &label id=&loginBtn& class=&loginBtn&&确认&/label&
有木有哪位大神研究一下,看怎么PJ!
别以为这样木有必要,我试过PJ了好几个wifi,可是不久就被限速甚至用MAC过滤的方式T了。要是能搞定登陆密码,应该能继续蹭。
本帖子中包含更多资源
才可以下载或查看,没有帐号?
说明人家已经被你气死,哈哈哈。
同上求解!!!!!!!!!!!!!!!!!!!!!!!!1
你把自己的mac改了不就行了吗,或者局域网中隐藏自己
我直接试了密码123456,两个路由器都是
免责声明:
CDLINUX思维论坛所发布的一切教程文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。
Powered by

我要回帖

更多关于 求破解不了的wifi密码 的文章

 

随机推荐