Missing disclosure date.

GSoC/Meterpreter_Web_Console
Quentin Kaiser 2018-08-11 13:08:18 +02:00
parent de59e1a07e
commit 44025a6b68
1 changed files with 4 additions and 2 deletions

View File

@ -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(
[