diff --git a/modules/exploits/multi/misc/consul_rexec_exec.rb b/modules/exploits/multi/misc/consul_rexec_exec.rb index fee96c2f34..0f74f38bde 100644 --- a/modules/exploits/multi/misc/consul_rexec_exec.rb +++ b/modules/exploits/multi/misc/consul_rexec_exec.rb @@ -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( [