Add |)ruid's infos to author, fix an issue with auxiliary options checking.
git-svn-id: file:///home/svn/framework3/trunk@5577 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e0f773d14d
commit
f52f4d7b62
|
@ -24,6 +24,7 @@ class Msf::Module::Author
|
|||
'skylined' => 'skylined' + 0x40.chr + 'edup.tudelft.nl',
|
||||
'patrick' => 'patrick' + 0x40.chr + 'aushack.com',
|
||||
'ramon' => 'ramon' + 0x40.chr + 'risesecurity.org',
|
||||
'I)ruid' => 'druid' + 0x40.chr + 'caughq.org'
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
@ -38,9 +38,6 @@ class Auxiliary
|
|||
#
|
||||
def method_missing(meth, *args)
|
||||
if (mod and mod.respond_to?(meth.to_s))
|
||||
|
||||
# Verify the options
|
||||
mod.options.validate(mod.datastore)
|
||||
|
||||
# Initialize user interaction
|
||||
mod.init_ui(driver.input, driver.output)
|
||||
|
|
Loading…
Reference in New Issue