Metasploit mailing list archives

Need help pls (error)


From: one.miguel at gmail.com (one.miguel at gmail.com)
Date: Mon, 28 May 2007 09:08:18 -1000

Maybe you already have something listening on port 55555?

try: netstat -a -n -o | find "55555"

from a command prompt.

On 5/28/07, L.S <energy at nerdshack.com> wrote:

Hi I dont have any over-zealous security software running on this xp-sp2
system at all, got more idea's?

Thanks again.


godzeye godzeye wrote:
expert!

2007/5/28, H D Moore <hdm at metasploit.com <mailto:hdm at metasploit.com>>:

    No, thats all I can think of, the software is throwing an
    exception trying
    to create a socket. This is usually caused by some over-zealous
    security
    software intercepting socket operations. You could try accessing
    the "Ruby Shell" link from the start menu (in the same folder as the
    Metasploit3 link, Online Update, etc) and the typing in the
    following two
    commands:

    require "socket"
    c = TCPServer.new(4444).accept()

    If either of these throws an error, something is preventing Ruby
from
    creating a TCP service. This has nothing to do with the Framework.

    -HD

    On Sunday 27 May 2007 23:20, L.S wrote:
    > Thanks for the reply but it has nothing to do with a any firewall
or
    > anti-virus do you have any ideas?




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.metasploit.com/pipermail/framework/attachments/20070528/6e9b609b/attachment.htm>


Current thread: