From ba5c40db7725cdd80116b10080ed83c32a49fe38 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Thu, 20 Dec 2018 18:18:53 +0100 Subject: [PATCH] No need for CVE field. --- modules/exploits/multi/misc/consul_rexec_exec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/exploits/multi/misc/consul_rexec_exec.rb b/modules/exploits/multi/misc/consul_rexec_exec.rb index 5658bdbad9..5318b1b52e 100644 --- a/modules/exploits/multi/misc/consul_rexec_exec.rb +++ b/modules/exploits/multi/misc/consul_rexec_exec.rb @@ -26,8 +26,7 @@ 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' ], - [ 'CVE', ''] + [ 'URL', 'https://github.com/torque59/Garfield' ] ], 'Platform' => 'linux', 'Targets' => [ [ 'Linux', {} ] ],