A program to find out what port a program is using?

Instan00dles

Golden Member
Jun 15, 2001
1,174
1
81
I had one before but I cant remember what it is called. Does anyone know what that program is called?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
netstat will only tell you what's open, not what has it open.

for Windows grab fport.
For linux type '/usr/sbin/lsof | grep IPv4'