Sinisterly
Hack into the routers on Same Network - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: Hack into the routers on Same Network (/Thread-Hack-into-the-routers-on-Same-Network)

Pages: 1 2 3 4 5


RE: [Tutorial] Hack into the routers on Same Network - Shining White - 11-25-2012

(11-24-2012, 08:31 PM)LightX Wrote: You shouldnt post all of those ips there, you dont want to get them all ddosed Wink (trolol)

Doesn't matter because here we have Dynamic IPs Biggrin ,


RE: [Tutorial] Hack into the routers on Same Network - josefsat - 11-25-2012

Ooh, thanks for the share!


RE: [Tutorial] Hack into the routers on Same Network - compfixing - 12-12-2012

Very helpful, thank so much mate.


RE: [Tutorial] Hack into the routers on Same Network - Shining White - 12-29-2012

thanks for who kindly replied


RE: Hack into the routers on Same Network - Techie - 01-11-2013

Great tutorial, thanks Shining White.


RE: Hack into the routers on Same Network - black_hacking - 01-12-2013

I am facing problem of this, i found everything and i did it but only password section, i did not get any password it is like hidden or encrypt, someone help me, how to get password, i got this code.

''<td class="tablerowvalue" colspan="2"><INPUT TYPE="PASSWORD" NAME="wan_Password" SIZE="30" MAXLENGTH="128" VALUE="" class="tableinputvalue" onBlur="PasswordCheck(this);"></td>''

Here value is blank or hidden.


RE: Hack into the routers on Same Network - black_hacking - 01-12-2013

I am facing problem of this, i found everything and i did it but only password section, i did not get any password it is like hidden or encrypt, someone help me, how to get password, i got this code.

''<td class="tablerowvalue" colspan="2"><INPUT TYPE="PASSWORD" NAME="wan_Password" SIZE="30" MAXLENGTH="128" VALUE="" class="tableinputvalue" onBlur="PasswordCheck(this);"></td>''

Here value is blank or hidden.


RE: Hack into the routers on Same Network - chmod - 01-12-2013

Very nice you can also try http://www.routerpasswords.com instead of searching Google just choose your make from the drop down list and it will give a list of user:pass for each model


RE: Hack into the routers on Same Network - chmod - 01-12-2013

Very nice you can also try http://www.routerpasswords.com instead of searching Google just choose your make from the drop down list and it will give a list of user:pass for each model


RE: Hack into the routers on Same Network - Shining White - 01-12-2013

(01-12-2013, 01:42 PM)black_hacking Wrote: I am facing problem of this, i found everything and i did it but only password section, i did not get any password it is like hidden or encrypt, someone help me, how to get password, i got this code.

''<td class="tablerowvalue" colspan="2"><INPUT TYPE="PASSWORD" NAME="wan_Password" SIZE="30" MAXLENGTH="128" VALUE="" class="tableinputvalue" onBlur="PasswordCheck(this);"></td>''

Here value is blank or hidden.

It it probably like Asterisks right ?

User this Java Script on Address bar

Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "n"; } } if (s) alert("Passwords in forms on this page:nn" + s); else alert("There are no passwords in forms on this page.");})();

or installed teh addon for FireFox : FireFox addon link

or Install the FireBug and Try to see the Source code again ,

(01-12-2013, 02:18 PM)chmod Wrote: Very nice you can also try http://www.routerpasswords.com instead of searching Google just choose your make from the drop down list and it will give a list of user:pass for each model

Hey thanks for the tip Smile i'll add it also