Remove stray PayloadType outside Compat
parent
93e9c96a1c
commit
f4bb00b9a5
|
@ -43,7 +43,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
['URL', 'https://www.tenable.com/blog/advisory-red-hat-dhcp-client-command-injection-trouble'],
|
['URL', 'https://www.tenable.com/blog/advisory-red-hat-dhcp-client-command-injection-trouble'],
|
||||||
['URL', 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1111']
|
['URL', 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1111']
|
||||||
],
|
],
|
||||||
'PayloadType' => 'cmd',
|
|
||||||
'Targets' => [ [ 'Automatic Target', { }] ],
|
'Targets' => [ [ 'Automatic Target', { }] ],
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0,
|
||||||
'DisclosureDate' => 'May 15 2018'
|
'DisclosureDate' => 'May 15 2018'
|
||||||
|
|
Loading…
Reference in New Issue