Open Ports.

  • Thread starter Thread starter Daniel Walsh
  • Start date Start date
D

Daniel Walsh

Is there a utility program in W2K, which allows you to
monitor the ports which are in use, and which applications
are communicating over them?

e.g.:

-Port- -Status- -Application-
80 Open Apache HTTP Server
 
Not quite. Netstat -an will give most of the info. Two tools that may help are Fport
from Founstone and Tcpview from Sysinternals. --- Steve

http://www.sysinternals.com/ntw2k/source/tcpview.shtml
http://packetstormsecurity.nl/filedesc/fport.zip.html

I use Port Explorer
(http://www.diamondcs.com.au/portexplorer/index.php?page=home) to view
ports in use, and Process Explorer (http://www.sysinternals.com/) to
view details about the processes using those ports. Port Explorer
will let you look at the contents of the packets, and Process Explorer
will show you information about the modules in use by a given process.
Both much more useful than FPort or TCPView (I tried those two also
before finding Port Explorer and Process Explorer).


Chuck
I hate spam - PLEASE get rid of the spam before emailing me!
Paranoia comes from experience - and is not necessarily a bad thing.
 
Chuck wrote / skrev:
I use Port Explorer
(http://www.diamondcs.com.au/portexplorer/index.php?page=home) to view
ports in use, and Process Explorer (http://www.sysinternals.com/) to
view details about the processes using those ports. Port Explorer
will let you look at the contents of the packets, and Process Explorer
will show you information about the modules in use by a given process.
Both much more useful than FPort or TCPView (I tried those two also
before finding Port Explorer and Process Explorer).

If you want an all-in-one tool I like TaskInfo, it is shareware though
so you can only use it free for a limited time.
http://www.iarsn.com/taskinfo.html

- Veronica Loell
 
Back
Top