Top "Sniffing" questions

Sniffing is an eavesdropping attempt which consists of capturing packets transmitted through a third party network and reading the data in search of confidential information.

Raw Socket promiscuous mode not sniffing what I write

I am writing a program with a Raw Socket in promiscuous mode and I need the raw socket not sniff …

c++ c sockets ethernet sniffing
Is it possible to monitor HTTP traffic on Android knowing which application generated requests?

I was asked to make an Android app which among other things must monitor incoming and outgoing HTTP traffic for …

android http networking sniffing
How can I extract data from a Java applet (inside the browser)

Well, well, here we go... We have a java applet running on a regular browser (ff4+ or ie5+). I do …

applet sniffing
Sniffing Android app's HTTPS traffic from Fiddler fails with only 'Tunnel To' entries in Fiddler

I am trying to capture HTTPS traffic from my rooted Android device (4.4.4) to analyze an undocumented protocol of an app. …

android https proxy fiddler sniffing
ESP8266 Sniffing and sending Mac address

I'm trying to make my ESP8266 sniffing nearby devices, then posting them by with a HTTP request. With purpose is …

httprequest sniffing arduino-esp8266 access-point
Scapy - count number of sniffed packets?

How can I count the number of packets that I have captured using the packets = sniff(filter='udp and host …

python scapy sniffing
Strange RAW Socket on Mac OS X

When i run a simple packet sniffer coded in C on my Mac OS X, i got no output at …

c macos sockets packet-sniffers sniffing
Android: Set up a local VPN, used to intercept packets

I want to intercept packets and get the IP/Port numbers, along with the PID/UID of the connection. Things …

android ip port packets sniffing