Open Ports displays all open TCP and UPD ports using a cli (command line interface). We all know the netstat command that lists all tcp and udp connections (netstat -an). The problem with this is that it does not show the application that uses the ports listed there. Open Ports lists the applications that use the ports which makes it easier to identify applications that should not be connected to the internet at all.
The freeware requires no installation and does not change the system, just run it using the windows run command. Every user that is logged on can use the application, that´s right even guests can use it. Another great tool that uses a gui is Currports. Just follow the link if you like it.
Update: The developer website is no longer available. We have uploaded the latest version of Open Ports Scanner to our own servers. Be advised though that it has not been updated for a long time, and that you may experience issues with the program because of this. We suggest you download CurrPorts instead.
The program lists all open ports on startup. This did not work correctly under a 64-bit Windows test system. Only the protocol and local port were displayed on the system, and not process names, IDs or ports. It is therefor clear that the program is either incompatible with 64-bt editions of Windows, or with newer versions of Microsoft’s operating system.
Connections and processes can be terminated and exported for further analysis. The settings allow you to configure the program to automatically refresh the connection list and ports. If you do not configure that, you are left with manually refreshing the listings.
You can download Open Ports Scanner 1.2 with a click on the following link: Open Ports Scanner (8)
Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook or Twitter.Related Articles:
Check Open Computer Connections With My PortsImprove Windows Security By Closing Open Ports
CloseTheDoor, Identify Local TCP, UDP Listening Ports
Fport Maps Ports To Applications
OpenWith Enhanced Improves Window’s Open With Dialog


Does windows netstat not have the -p switch?
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 15031/mysqld
pretty handy ;)
(windows doesnt have work with -p, I just tried)
-b Displays the executable involved in creating each connection
or
-o Displays the owning process ID associated with each connection.
Works in Win2K/XP.