parent
ff560ee990
commit
cb5d68b641
|
@ -26,7 +26,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2018-17408' ],
|
||||
[ 'EDB', '38035' ]
|
||||
[ 'EDB', '45505' ]
|
||||
],
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
|
@ -45,7 +45,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'BadChars' => "\x00\x0a\x0d\x22\x2c"
|
||||
},
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => "Sept 28 2018",
|
||||
'DisclosureDate' => 'Sep 28 2018',
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options(
|
||||
|
|
Loading…
Reference in New Issue