Update authors and license to original osx x86 module.
parent
5f4ab3d2ab
commit
4a18714191
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue