Metasploit mailing list archives

ruby-lorcon initialization


From: asussex at googlemail.com (A Sussex)
Date: Thu, 29 Mar 2007 12:25:09 +0100

On 3/29/07, A Sussex <asussex at googlemail.com> wrote:
Unfortunately, metaspoit still doesn't transmit any traffic. I will
keep investigating.

Well, I think I found the problem. wifun.rb wouldn't inject anything
until I inserted a delay after it opens the device:

    def run
        open_wifi
        sleep 0.25
        wifi.write("X" * 1000)
    end

Maybe the driver need a moment to initialize?

- as



Current thread: