Cracking Router Password
Can someone please give me some tips on breaking a router password, if I already know the username? My idea is something brute-force related, but anything works. If anyone can help in any way, then please do.
By the way, this isn't like another thread which is somewhat the same. I actually need to access some of the core router functions, for remote access and IP bypass.
Thanks
Grey King
Use Firefox with either the WebDeveloper's addon or the Live HTTP Headers addon, and connect to the main page of the router. Usually, a router will give you some sort of clue as to what brand it is through the headers. If you don't feel like downloading any addons, you can just use nc to connect to the router, and feed in the request yourself.
with nc just send : GET / HTTP/1.0
If its a dell router, theres a pretty advanced hack you can do, which allows you to possibly get root on the router's OS!
Use Firefox with either the WebDeveloper's addon or the Live HTTP Headers addon, and connect to the main page of the router. Usually, a router will give you some sort of clue as to what brand it is through the headers. If you don't feel like downloading any addons, you can just use nc to connect to the router, and feed in the request yourself.
with nc just send : GET / HTTP/1.0
If its a dell router, theres a pretty advanced hack you can do, which allows you to possibly get root on the router's OS!