Land #15167, Ensure Adobe Sandbox Collab Sync session types is an array

This commit is contained in:
Grant Willcox 2021-05-10 10:52:55 -05:00
commit b9d45af201
No known key found for this signature in database
GPG Key ID: D35E05C0F2B81E83
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class MetasploitModule < Msf::Exploit::Local
],
'Arch' => ARCH_X86,
'Platform' => 'win',
'SessionTypes' => 'meterpreter',
'SessionTypes' => ['meterpreter'],
'Payload' =>
{
'Space' => 12288,