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.

Serial / Com Port monitor for Windows x64

Can anyone recommend any good Com port monitor tools, like Portmon, which also work on Windows x64? Ideally something open …

serial-port sniffing sniffer
Simple Raw Packet Sniffer In Python

First, I'm a beginner in python. I developed a simple raw packet sniffer utilizing the PF_PACKET interface that operates …

python packet-sniffers sniffing
How to capture HTTP packet with SharpPcap

I would like to capture all incoming HTTP packets of my machine. To do that I'm using SharpPcap which is …

c# network-protocols sniffing sharppcap
How can I connect to a proxy on Android?

I have a Samsung Galaxy S, running on Android 2.2 I want to track all HTTP requests (from both browsers AND …

android http proxy sniffing
Direction on setting up fiddler and Bluestacks

Does anyone know how to set up fiddler to monitor/sniff traffic from bluestacks? I've seen others mentioning that it …

android fiddler sniffing bluestacks
tcpdump to filter ssl packets

I need to filter out all SSL packets using tcpdump. I know that only the first packet can be recognized …

networking ssl sniffing tcpdump
Decoding sniffed packets

I understand that each packet has some header that seems like a random mix of chars. On the other hand, …

security decoding sniffing
Can't install Ettercap with Graphical mode using Homebrew

I can't install Ettercap to my OSX 10.7.8 using homebrew. Homebrew allowed me to install Ettercap but I can't rub it …

macos homebrew sniffing
Raw Socket Sniffing in Golang

I have a question concerning tcp packet sniffing with golang. We have written a small tool which captures all incoming …

networking go libpcap sniffing
Packet Sniffing using Raw Sockets in Linux in C

I need to write a packet sniffer in Linux that detects HTTPS packet that are sent and save the url …

linux network-programming network-protocols packet-sniffers sniffing