First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How I could capture the traffic of my smartphone or tablet

  • retag add tags

Hi, I have 3 different devices for my kids connected to my home access point (smartphone, laptop, and Ipad). I want to collect the traffic from the devices to monitor what my kids browsing or watching on youtube. However, my network card is on promiscuous mode but when I run Wireshark I can not find the traffic from the devices why? and how I can do it.

Thank you

Anoud's avatar
1
Anoud
asked 2018-11-09 19:47:21 +0000, updated 2018-11-09 19:54:51 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

If you want to intercept and read HTTPS traffic, you'll need a proxy that reencrypts the traffic. mitmproxy or sslsplit can do that for you, provided you can install custom CA certificate on the devices. Be careful though, this could be a huge security issue.

https://mitmproxy.org/

There are several ways to set it up. The easiest is to just have it running on a machine somewhere on the network, and configure each device to use said HTTP proxy.

However this can easily be bypassed by modifying the wifi proxy setting. The surefire way to redirect all traffic through it is to run it in transparent mode. In that case, you need to put the proxy in the network chain, so it most likely means you need a separate wifi for those devices, and a computer with two network interfaces to run the proxy. (Actually it can work with just one device like a raspberry pi, but that's quite a lot of configuration.)

Before doing any of that, make sure you understand 1. the implications of installing a custom CA certificate and 2. the basics of network routing.

aspyct's avatar
3
aspyct
answered 2018-11-12 14:09:28 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Hi,

You may be able to capture some traffic by using a TAP on the link going from your router to your "Internet.” (To your modem, DSL, etc.)

NAT will make it hard to tell which device is responsible for what traffic.

I must also warn you that most of the traffic is encrypted on the Internet nowadays. (HTTPS)

This means you can probably see WHERE they are going but not WHAT they are doing.

Regards,

Spooky

Spooky's avatar
191
Spooky
answered 2018-11-10 04:20:15 +0000, updated 2018-11-10 04:21:39 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer