From a52ffbcead4fd9efe5ccaa7f2d7128f7ace355c2 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Tue, 18 Dec 2018 17:03:09 +0100 Subject: [PATCH] Missing disclosure date. --- modules/exploits/multi/misc/consul_rexec_exec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/multi/misc/consul_rexec_exec.rb b/modules/exploits/multi/misc/consul_rexec_exec.rb index b735b1abb4..5658bdbad9 100644 --- a/modules/exploits/multi/misc/consul_rexec_exec.rb +++ b/modules/exploits/multi/misc/consul_rexec_exec.rb @@ -34,7 +34,8 @@ class MetasploitModule < Msf::Exploit::Remote 'Payload' => {}, 'CmdStagerFlavor' => [ 'bourne', 'echo', 'printf', 'wget', 'curl' ], 'Privileged' => false, - 'DefaultTarget' => 0)) + 'DefaultTarget' => 0, + 'DisclosureDate' => 'Aug 11 2018')) register_options( [ OptString.new('TARGETURI', [true, 'The base path', '/']),