|
Prev: Can't mount DVD-ROM drive
Next: WiFi setup
From: Garry Knight on 11 Jan 2007 21:52 nmap shows this: 964/tcp open unknown How can I find out what's running on this port? Telnet doesn't show any 'login string' and lsof -i doesn't show anything relevant. -- Garry Knight garryknight(a)gmx.net
From: Ian Rawlings on 12 Jan 2007 02:27 On 2007-01-12, Garry Knight <garryknight(a)gmx.net> wrote: > How can I find out what's running on this port? Telnet doesn't show > any 'login string' and lsof -i doesn't show anything relevant. Try a "netstat -nap --inet" and see what's listed. -- Blast off and strike the evil Bydo empire!
From: Jim Howes on 12 Jan 2007 04:53 Garry Knight wrote: > nmap shows this: > 964/tcp open unknown > > How can I find out what's running on this port? Telnet doesn't show > any 'login string' and lsof -i doesn't show anything relevant. > No idea; it's not listed in my /etc/services, either cygwin or FC6. SANS also has no idea. There is some traffic logged, but not a lot, at dshield. http://www.dshield.org/port.html?port=964 In the event you find out what it is, please click the 'Add a comment' link near the bottom of that page to enlighten the world. Thanks.
From: Jim Howes on 12 Jan 2007 05:12 Garry Knight wrote: > nmap shows this: > 964/tcp open unknown > > How can I find out what's running on this port? Telnet doesn't show > any 'login string' and lsof -i doesn't show anything relevant. Are you running sshd? It may be connected with that, especially if debugging is enabled. Also, are you running nmap on your network interface, or on localhost. Remember that services bound to localhost are not necessarily visible to the outside world.
From: Stephen Patterson on 12 Jan 2007 07:20
On Fri, 12 Jan 2007 07:27:25 +0000, Ian Rawlings wrote: > On 2007-01-12, Garry Knight <garryknight(a)gmx.net> wrote: > >> How can I find out what's running on this port? Telnet doesn't show >> any 'login string' and lsof -i doesn't show anything relevant. > > Try a "netstat -nap --inet" and see what's listed. or even just 'netsta -p' though you may need to do that as root. -- Stephen Patterson :: steve(a)patter.mine.nu :: http://patter.mine.nu/ GPG: B416F0DE :: Jabber: patter(a)jabber.earth.li "Don't be silly, Minnie. Who'd be walking round these cliffs with a gas oven?" |