Skip to content

Commit 4a18714

Browse files
committed
Update authors and license to original osx x86 module.
1 parent 5f4ab3d commit 4a18714

File tree

1 file changed

+10
-6
lines changed
  • modules/payloads/singles/bsd/x86

1 file changed

+10
-6
lines changed

modules/payloads/singles/bsd/x86/exec.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ module Metasploit3
2424

2525
def initialize(info = {})
2626
super(merge_info(info,
27-
'Name' => 'BSD Execute Command',
28-
'Description' => 'Execute an arbitrary command',
29-
'Author' => 'vlad902',
30-
'License' => MSF_LICENSE,
31-
'Platform' => 'bsd',
32-
'Arch' => ARCH_X86))
27+
'Name' => 'BSD Execute Command',
28+
'Description' => 'Execute an arbitrary command',
29+
'Author' => [
30+
'snagg <snagg[at]openssl.it>',
31+
'argp <argp[at]census-labs.com>',
32+
'joev'
33+
]
34+
'License' => BSD_LICENSE,
35+
'Platform' => 'bsd',
36+
'Arch' => ARCH_X86))
3337

3438
# Register exec options
3539
register_options([

0 commit comments

Comments
 (0)