Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 01:01:25 -0300
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Jett Tayer <jett@laguna.i-next.net>
Cc:        freebsd-hackers <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: not showing in ps
Message-ID:  <3B5E4495.E947F34C@newsguy.com>
References:  <02a401c114bb$8d986820$4b443dca@jett>

next in thread | previous in thread | raw e-mail | index | archive | help
Jett Tayer wrote:
> 
> im running freebsd 3.5-stable
> when i did netstat -an | grep LISTEN
> 
> here's the result
> 
> bash-2.04$ netstat -an | grep LISTEN
> tcp        0      0 *.80                  *.*                   LISTEN
> tcp        0      0 *.443                 *.*                   LISTEN
> tcp        0      0 *.31341               *.*                   LISTEN
> tcp        0      0 *.22                  *.*                   LISTEN
> 
> noticed the 31341 port that is listening
> then i did
> 
> bash-2.04$ telnet localhost 31341
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> SSH-1.5-1.2.27
> 
> then on port 22
> bash-2.04$ telnet localhost 22
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> SSH-1.5-OpenSSH_2.9p2
> 
> how i may kill that 31341 port coz ps isnt showing it.

Install lsof and try "lsof -i :31341". But, frankly, it looks like you
have been hacked.

31337 = Elite. 31341 is too close to that.

-- 
Daniel C. Sobral			(8-DCS)
dcs@newsguy.com
dcs@freebsd.org
capo@the.secret.bsdconspiracy.net

	wow regex humor... I'm a geek

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B5E4495.E947F34C>