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-b9f4589650da
unstable
HD Moore 2008-07-23 20:14:47 +00:00
parent e0f773d14d
commit f52f4d7b62
2 changed files with 1 additions and 3 deletions

View File

@ -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'
}
#

View File

@ -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)