adrianbodor Posted February 21, 2007 Posted February 21, 2007 (edited) Hy,I just disabled my firewall an I want to know how can I find TCP/UDP ports used by an application started lets say: messenger with all his servicesI wanna know which ports the app uses.Thx Edited February 21, 2007 by adrianbodor
cluberti Posted February 21, 2007 Posted February 21, 2007 Running netstat -o in a command prompt will show you open connections, and the PID of the application responsible for the connection.
TheTOM_SK Posted February 22, 2007 Posted February 22, 2007 Or you can try app like SIW [freeware, portable - does not instal].Click on the - Open Ports - it shows apps, ports - you can export it.
IcemanND Posted February 22, 2007 Posted February 22, 2007 or TCPView - formerly from Sysinternals, now M$ has their paws on it.
ringfinger Posted March 16, 2007 Posted March 16, 2007 Or Google! I generally use netstat -o or Wireshark sniffer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now