TCP Connections

O

Olivier DALOY

Hi all,

Launching NETSTAT -AN on my workstation returns :

TCP MY_IP:portX ...
TCP MY_IP:portX ...
TCP MY_IP:portX ...
TCP SOMEBODYELSE'S_IP:1385 0.0.0.0:0 LISTENING
TCP SOMEBODYELSE'S_IP:1947 0.0.0.0:0 LISTENING
TCP SOMEBODYELSE'S_IP:1988 0.0.0.0:0 LISTENING

Does someone knows how I can get another machine's opened
ports displayed on my box ?

Thanks a lot,
 
S

Steven L Umbach

You could use a network scanner such as Superscan 4 to scan computers on the network
and scan for specific ports or range of ports. It is at the link below.

http://www.foundstone.com/index.htm...&subcontent=/resources/proddesc/superscan.htm

You can also use the free psexec tool from SysInternals and if the network computer
has file and print sharing enabled and you are logged on with admin credentials or
know admin credentials on the remote computer you can use it to run command line
utilities such as netstat on the remote computer and see the results on your
creen. --- Steve

http://www.sysinternals.com/ntw2k/freeware/psexec.shtml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top