Skip to content

Commit 1b06e62

Browse files
committed
Land rapid7#7414, cmd_bash fix for netbsd_mail_local
2 parents 8a6426d + 7c20f20 commit 1b06e62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/msf/core/author.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ class Msf::Author
5151
'theLightCosine' => 'theLightCosine' + 0x40.chr + 'metasploit.com',
5252
'todb' => 'todb' + 0x40.chr + 'metasploit.com',
5353
'vlad902' => 'vlad902' + 0x40.chr + 'gmail.com',
54-
'wvu' => 'wvu' + 0x40.chr + 'metasploit.com'
54+
'wvu' => 'wvu' + 0x40.chr + 'metasploit.com',
55+
'zeroSteiner' => 'zeroSteiner' + 0x40.chr + 'gmail.com'
5556
}
5657

5758
#

modules/exploits/unix/local/netbsd_mail_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(info = {})
3535
'Privileged' => true,
3636
'Payload' => {
3737
'Compat' => {
38-
'PayloadType' => 'cmd cmd_bash',
38+
'PayloadType' => 'cmd',
3939
'RequiredCmd' => 'generic openssl'
4040
}
4141
},

0 commit comments

Comments
 (0)