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.
2 parents 8a6426d + 7c20f20 commit 1b06e62Copy full SHA for 1b06e62
lib/msf/core/author.rb
@@ -51,7 +51,8 @@ class Msf::Author
51
'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com',
52
'todb' => 'todb' + 0x40.chr + 'metasploit.com',
53
'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com',
54
- 'wvu' => 'wvu' + 0x40.chr + 'metasploit.com'
+ 'wvu' => 'wvu' + 0x40.chr + 'metasploit.com',
55
+ 'zeroSteiner' => 'zeroSteiner' + 0x40.chr + 'gmail.com'
56
}
57
58
#
modules/exploits/unix/local/netbsd_mail_local.rb
@@ -35,7 +35,7 @@ def initialize(info = {})
35
'Privileged' => true,
36
'Payload' => {
37
'Compat' => {
38
- 'PayloadType' => 'cmd cmd_bash',
+ 'PayloadType' => 'cmd',
39
'RequiredCmd' => 'generic openssl'
40
41
},
0 commit comments