Author Topic: Remote Router Sniffing  (Read 883 times)

0 Members and 1 Guest are viewing this topic.

Offline DigitalCorrosion

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Remote Router Sniffing
« on: August 04, 2015, 10:45:33 pm »
Hey guys, so I have been messing around and gaining full access to home routers lately for the fun of it and was wondering if it is possible to actually sniff the data from these networks? If so what tools would it require to remotely sniff data from these networks?

Offline white-knight

  • Knight
  • **
  • Posts: 190
  • Cookies: 26
    • View Profile
Re: Remote Router Sniffing
« Reply #1 on: August 04, 2015, 11:21:52 pm »
If you are connected to the network then yes you can sniff some data

Offline DigitalCorrosion

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Remote Router Sniffing
« Reply #2 on: August 04, 2015, 11:29:14 pm »
Well I am connected directly to the router configuration page etc. I believe I could possibly mess with the routers setting to route all the communications through mine and capture all data but not sure exactly how to set that up.

Offline white-knight

  • Knight
  • **
  • Posts: 190
  • Cookies: 26
    • View Profile
Re: Remote Router Sniffing
« Reply #3 on: August 04, 2015, 11:34:33 pm »
u can start with wireshark that is easiest. then look into other ways like ettercap , cain& able and so on

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Remote Router Sniffing
« Reply #4 on: August 04, 2015, 11:44:29 pm »
u can start with wireshark that is easiest. then look into other ways like ettercap , cain& able and so on
OP wants to do it on a remote network.
And with 'got into bla bla' he means he found some default logins.
He can login to the GUI or maybe a telnet session but thats about it.

Not so sure if we should help the kid.

If he is talking about wireless routers he cracked for whatever reason then yes wireshark seems like a reasonable option.
Then again,not so sure if we should help the kid.
« Last Edit: August 04, 2015, 11:46:06 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline th31nitiate

  • Peasant
  • *
  • Posts: 56
  • Cookies: -4
    • View Profile
Re: Remote Router Sniffing
« Reply #5 on: August 04, 2015, 11:46:52 pm »
It all depends on the router and it functionality to be frankly honest. Some router may allow you to catch traffic and then it be stored on the router it self and all u have to do is grab the file then analysis it. The likely chance that this will be capable from  home router is very limited to be honest.


If you can some how change some of the info on the router like the default DNS server address distributed via DHCP. You can get request to come to one of your own recursive DNS server. This will allow you to be able to monitor all the websites visited by client's on the network that get the DNS server info dynamically.


If you can somehow set-up a mandatory hop that is a must pass for all packets then i guess u can sniff all traffic. You would also need to set up a high performance server that forwards the traffic for you, this server would be the hop. I don't know whether this is possible on normal home router but i know you can set mandatory hops via QoS.

Offline DigitalCorrosion

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Remote Router Sniffing
« Reply #6 on: August 04, 2015, 11:53:01 pm »
It all depends on the router and it functionality to be frankly honest. Some router may allow you to catch traffic and then it be stored on the router it self and all u have to do is grab the file then analysis it. The likely chance that this will be capable from  home router is very limited to be honest.


If you can some how change some of the info on the router like the default DNS server address distributed via DHCP. You can get request to come to one of your own recursive DNS server. This will allow you to be able to monitor all the websites visited by client's on the network that get the DNS server info dynamically.


If you can somehow set-up a mandatory hop that is a must pass for all packets then i guess u can sniff all traffic. You would also need to set up a high performance server that forwards the traffic for you, this server would be the hop. I don't know whether this is possible on normal home router but i know you can set mandatory hops via QoS.

Thanks for the informative post. It makes sense and yes I was just not sure if it could be done remotely. These were not default logins by the way. Thanks for the info guys.