Move to PayloadType instead of Compat
parent
599979be37
commit
1efa5c4061
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue