Update authors and license to original osx x86 module.

bug/bundler_fix
joev 2015-04-15 14:34:26 -05:00
parent 5f4ab3d2ab
commit 4a18714191
1 changed files with 10 additions and 6 deletions

View File

@ -24,12 +24,16 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'BSD Execute Command',
'Description' => 'Execute an arbitrary command',
'Author' => 'vlad902',
'License' => MSF_LICENSE,
'Platform' => 'bsd',
'Arch' => ARCH_X86))
'Name' => 'BSD Execute Command',
'Description' => 'Execute an arbitrary command',
'Author' => [
'snagg <snagg[at]openssl.it>',
'argp <argp[at]census-labs.com>',
'joev'
]
'License' => BSD_LICENSE,
'Platform' => 'bsd',
'Arch' => ARCH_X86))
# Register exec options
register_options([