Re: command to inentify the process that is listening in a port.

2007-05-09 Thread Tom Evans
On Wed, 2007-04-11 at 14:52 -0400, Bob Johnson wrote: On 4/10/07, Jonathan McKeown [EMAIL PROTECTED] wrote: On Monday 09 April 2007 17:37, Martin Hudec wrote: Siju George wrote: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the

Re: command to inentify the process that is listening in a port.

2007-04-11 Thread Bob Johnson
On 4/10/07, Jonathan McKeown [EMAIL PROTECTED] wrote: On Monday 09 April 2007 17:37, Martin Hudec wrote: Siju George wrote: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right answer. There should be some command that can be run on

Re: command to inentify the process that is listening in a port.

2007-04-11 Thread Dan Nelson
In the last episode (Apr 11), Bob Johnson said: On 4/10/07, Jonathan McKeown [EMAIL PROTECTED] wrote: On Monday 09 April 2007 17:37, Martin Hudec wrote: Siju George wrote: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right

Re: command to inentify the process that is listening in a port.

2007-04-10 Thread Jonathan McKeown
On Monday 09 April 2007 17:37, Martin Hudec wrote: Siju George wrote: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right answer. There should be some command that can be run on the local host for identification right? man lsof

Re: command to inentify the process that is listening in a port.

2007-04-10 Thread Jeffrey Goldberg
On Apr 10, 2007, at 3:00 AM, Jonathan McKeown wrote: On Monday 09 April 2007 17:37, Martin Hudec wrote: Siju George wrote: How Do you actually Identify what process is listening on a TCP/ IP port? man lsof Just out of interest, why do so many people recommend lsof, which is a port,

command to inentify the process that is listening in a port.

2007-04-09 Thread Siju George
Hi, How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right answer. There should be some command that can be run on the local host for identification right? Thankyou so much kind Regards Siju ___

Re: command to inentify the process that is listening in a port.

2007-04-09 Thread Bill Moran
In response to Siju George [EMAIL PROTECTED]: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right answer. There should be some command that can be run on the local host for identification right? sockstat -4 Various magical

Re: command to inentify the process that is listening in a port.

2007-04-09 Thread Martin Hudec
Siju George wrote: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right answer. There should be some command that can be run on the local host for identification right? man lsof 5:35pm [amber] ~# lsof -i @localhost:123 COMMAND PID USER

Re: command to inentify the process that is listening in a port.

2007-04-09 Thread Dan Nelson
In the last episode (Apr 09), Siju George said: How Do you actually Identify what process is listening on a TCP/IP port? nmap does not usually give the right answer. There should be some command that can be run on the local host for identification right? Try /usr/bin/sockstat or lsof (in