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)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
wow regex humor... I'm a geek
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message