PDA

View Full Version : Freeware Port Listener Released


LowWaterMark
April 21st, 2003, 09:43 PM
From the makers of Link Logger:

[hr]We just released a freeware port listener called PortPeeker, which can sniff TCP, UDP and ICMP traffic. Easy to use and has some handy features like text searches, list of connecting IP's and more. You can download it from:

http://www.linklogger.com/portpeeker.htm
[hr]
Nice little program. You can run multiple copies if you want to watch (listen to) multiple ports. 8)

Mike_Healan
April 22nd, 2003, 04:05 AM
Hate to sound like an idiot ...... ::)

I'm trying to set it to listen to port 83 which is the port my proxy uses so that I could look at the traffic from my surfing, but I'm getting an error about the port already being in use (which it is, the proxy is using it).

I stopped the proxy service and started Port Listener, then tried to restart the proxy service and it couldn't restart, so I shut the Port Listener back off. I'm not sure how to go about doing this.... I've never used a packet sniffer before

Help ???

Patrice
April 22nd, 2003, 05:31 AM
Hi Mike!

Did you do what they say on their homepage?

NOTE on Windows NT, 2000, and XP you will not by default be able to listen to ICMP traffic. Windows NT and Win2000 have security in place that inhibits the use of ICMP. The work around for NT is to disable the security check on RAW sockets by creating the following registry variable and settings its value to DWORD 1: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Afd\Parameters\DisableRawSecurity

Why not using Port Explorer from DCS? It's much easier to use. If you wanna know more about packet sniffers let me know! They are absolutely cool! 8)

Best regards!

Patrice

CrazyM
April 22nd, 2003, 06:03 AM
-{ Quote: " quoting: Mike Healan link=board=9;threadid=8652;start=0#56097 date=1050998716]
I'm trying to set it to listen to port 83 which is the port my proxy uses so that I could look at the traffic from my surfing, but I'm getting an error about the port already being in use (which it is, the proxy is using it).

I stopped the proxy service and started Port Listener, then tried to restart the proxy service and it couldn't restart, so I shut the Port Listener back off. I'm not sure how to go about doing this.... I've never used a packet sniffer before

Help ???
" }-

This app is not actually a packet sniffer which will monitor all traffic on your system. It will bind itself to the port you specify and monitor the traffic to that port. Only one app/service can be bound to a port, hence why you cannot use it to monitor something already in use by your proxy or vice versa.

If you want to monitor packet level traffic for your proxy, you could use something lke Ethereal (http://www.ethereal.com) and set the filter to log only traffic on the port your proxy uses.

Port Explorer (http://www.diamondcs.com.au/portexplorer/) also allows for packet sniffing/socket spy.

Regards,

CrazyM

Patrice
April 22nd, 2003, 07:12 AM
Hi CrazyM!

Good answer! Congratulations -I applaud on that. Yes Etheral is a very good tool, but quite difficult to understand. So let's say, if you're new to all that stuff, use Port Explorer.

Regards!

Patrice

Jooske
April 22nd, 2003, 08:33 AM
If it is for one port TDS > Network > TCP Port Listen or Traffic bridge will serve you too, with even the ability to change some data manually if you like.

The description of the Port Listener looked nice, but i didn't d/l it (yet) as i have Port Explorer.