Twelve Years of Service
Posts: 333
Threads: 24
RE: Gaining access to internal network via router 10-01-2012, 10:03 AM
#2
there are various ways to attack the router's LAN after gaining access to the router itself. I think that what you want to do is either to use SSH tunneling/VPN or to create a bridge. bridging is unfortunately quite complicated so if you're not doing a really big hack it will be more work than gains. setting up SSH tunnel or VPN is easy and fun but most of original router firmwares don't support it so you'll need to find routers with custom one. that's not a big problem as I've personally hacked some DD-WRT routers. unfortunately, you can't really modify firmware remotely as you need physical access to router for flashing.
you can also get an access to the network without becoming a part of it with a good old bind shell - it'll make you enter the router the same way you'd enter a hacked computer through bind shell. check out Router Post-Exploitation Framework for this. you won't be a part of LAN but you'll control something that is a part of LAN, which allows for similar lulz. Metasploit will be useful too.
also, there are many other attacks you can do with a hacked router. you can redirect traffic through DNS poisoning. you can turn the router's firewall of. you can cause a temporary denial of service by changing credentials or other settings. believe me, attacking routers (and many other online devices for that matter) gives you nearly endless attack vectors.
•
Twelve Years of Service
Posts: 6
Threads: 0
RE: Gaining access to internal network via router 10-07-2012, 11:32 AM
#3
thnxx for sharing.............
•
Twelve Years of Service
Posts: 9
Threads: 1
RE: Gaining access to internal network via router 10-08-2012, 01:15 PM
#4
In order to hack a router, first i have to authenticate with the router ?
•