Seven Years of Service
Posts: 255
Threads: 40
Network traffic sniffing 03-19-2018, 10:10 PM
#1
Hello folks!
I just found this video and I thought it might be beneficial for some of you guys.
•
Eight Years of Service
Posts: 1,150
Threads: 82
RE: Network traffic sniffing 03-19-2018, 10:43 PM
#2
Thanks for this share, I'd love to mess around with my friends or some people with this. This is actually really interesting to me.
•
Seven Years of Service
Posts: 255
Threads: 40
RE: Network traffic sniffing 03-19-2018, 10:49 PM
#3
That tutorial just teaches you how to sniff traffic on one of your own devices in case you wanna find out what your phone does or whatever.
It doesn't really teach you how to use this without the owners permission even tho the theory behind it could be used for abusive behaviour.
•
Six Years of Service
Posts: 25
Threads: 0
RE: Network traffic sniffing 03-19-2018, 11:16 PM
#4
This is really useful for what the video is showing, which is how to see how games and other stuff on mobile devices work.
It's too bad though that this is highly impractical in terms of "hacking" considering SSL/TLS encrypted traffic (which most juicy data happens to be nowadays) without a way to read it in plaintext is about as useful as lips on a chicken. You still have a few options though, you could use SSLstrip to force the user to use http links which is infeasible because it only works on very outdated browsers, MITMf + sslstrip2 to bypass the HSTS HTTP header which is improbable to work because it only works on pretty outdated browsers or if the user has never visited the website once in that browser, SSLstrip which is a transparent proxy that forges the target website's SSL certificate (minus the fingerprint) which works on anything however newer browsers will display a certificate warning (which will probably work on uneducated or gullible people), or you could install a self-signed certificate on the target device like he does in the video but this obviously won't be happening in a scenario where you're just trying to sniff the traffic of some random person a network.
•