Fix missing single quotes and remove comma
parent
867b32415d
commit
4bd196f8b2
|
@ -37,7 +37,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'Targets' =>
|
||||
[
|
||||
[ 'Windows Command payload', { 'Arch' => ARCH_CMD, 'Platform' => 'win' } ],
|
||||
[ 'Unix Command payload', { 'Arch' => ARCH_CMD, Platform => 'unix' } ],
|
||||
[ 'Unix Command payload', { 'Arch' => ARCH_CMD, 'Platform' => 'unix' } ]
|
||||
],
|
||||
'DisclosureDate' => "Oct 19 2017",
|
||||
# Note that this is by index, rather than name. It's generally easiest
|
||||
|
|
Loading…
Reference in New Issue