Originally posted by: Confused
Windows:
Go to a command prompt and type netstat -a
Originally posted by: Nothinman
You can use the -p switch to netstat on Linux to have it also display the pid/program that owns the connection.
foundstone's fport will be useful for windows.
Originally posted by: Nothinman
foundstone's fport will be useful for windows.
Or you can just use the -o switch (or is it /o?) to netstat if you have XP. But since so many things are just threads to svchost it becomes a big PITA to determine what is really listening on certain ports.
Originally posted by: ugh
Thanks for the info folks. One thing though, netstat only provides the addresses but not the entire full path/URL to where an application connects to. Anywhere to find that out?