Fix missing single quotes and remove comma

MS-2855/keylogger-mettle-extension
Kevin Kirsche 2018-01-06 08:30:48 -05:00 committed by GitHub
parent 867b32415d
commit 4bd196f8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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