Move to PayloadType instead of Compat

GSoC/Meterpreter_Web_Console
Kevin Kirsche 2018-05-18 14:55:33 -04:00
parent 599979be37
commit 1efa5c4061
1 changed files with 1 additions and 4 deletions

View File

@ -39,15 +39,12 @@ class MetasploitModule < Msf::Exploit::Remote
['URL', 'https://nvd.nist.gov/vuln/detail/CVE-2018-1111'],
['URL', 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1111']
],
'PayloadType': 'cmd',
'Payload' =>
{
# 255 for a domain name, minus some room for encoding
'Space' => 200,
'DisableNops' => true,
'Compat' =>
{
'PayloadType' => 'cmd',
}
},
'Targets' => [ [ 'Automatic Target', { }] ],
'DefaultTarget' => 0,