Metasploit mailing list archives

irb question


From: hdm at metasploit.com (H D Moore)
Date: Tue, 4 Nov 2008 11:08:45 -0600

On Tuesday 04 November 2008, Javier Aguinaga wrote:
hello to all the core team of metasploit. I can try to understand
charset_exclude(keepers) of the rex module. then i probe:

msf > irb
[*] Starting IRB shell...
require 'msf/core'
=> false <---- have a problem!!!!!!!!!!!!!!

Already been loaded into memory.

a = Rex::text.charset_exclude('\001')

NoMethodError: undefined method `text' for Rex:Module
        from (irb):2:in `cmd_irb'

Spell the name properly :-)

Rex::Text.charset_exclude("\x01")

-HD



Current thread: