We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4ab3d commit 4a18714Copy full SHA for 4a18714
modules/payloads/singles/bsd/x86/exec.rb
@@ -24,12 +24,16 @@ module Metasploit3
24
25
def initialize(info = {})
26
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))
+ 'Name' => 'BSD Execute Command',
+ 'Description' => 'Execute an arbitrary command',
+ 'Author' => [
+ 'snagg <snagg[at]openssl.it>',
+ 'argp <argp[at]census-labs.com>',
+ 'joev'
33
+ ]
34
+ 'License' => BSD_LICENSE,
35
+ 'Platform' => 'bsd',
36
+ 'Arch' => ARCH_X86))
37
38
# Register exec options
39
register_options([
0 commit comments