Is it possible to sniff a specific port on an ip address? If so is there any software available for that?
feedback
|
|
Alternatively, if you prefer using the CLI, you can use tcpdump.
| |||
|
feedback
|
|
There are quite a few products to do that. The most popular, and available for most platforms, is wireshark. | |||
|
feedback
|
|
On a network that has a Switch, the switch hardware will filter and protect a computer from being sniffed by a 3rd party. On the other hand, When a hub receives a packet (chunk) of data (a frame in Ethernet lingo) at one of its ports from a PC on the network, it transmits (repeats) the packet to all of its ports and, thus, to all of the other PCs on the network. I suspect its possible to sniff 2 computers as a 3rd party if all the computers are connected with a hub (not a switch). I've never tried though. | |||||||
feedback
|