Missing disclosure date.
parent
de59e1a07e
commit
44025a6b68
|
@ -26,7 +26,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
[
|
||||
[ 'URL', 'https://www.consul.io/docs/agent/options.html#disable_remote_exec' ],
|
||||
[ 'URL', 'https://www.consul.io/docs/commands/exec.html'],
|
||||
[ 'URL', 'https://github.com/torque59/Garfield' ]
|
||||
[ 'URL', 'https://github.com/torque59/Garfield' ],
|
||||
[ 'CVE', '']
|
||||
],
|
||||
'Platform' => 'linux',
|
||||
'Targets' => [ [ 'Linux', {} ] ],
|
||||
|
@ -38,7 +39,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'SSL' => false,
|
||||
'RPORT' => 8500
|
||||
},
|
||||
'DefaultTarget' => 0))
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => 'Aug 11 2018'))
|
||||
deregister_options('SRVHOST', 'SRVPORT', 'SSLCert', 'URIPATH')
|
||||
register_options(
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue