Merge branch 'consul_exec' of github.com:QKaiser/metasploit-framework into consul_exec

GSoC/Meterpreter_Web_Console
Quentin Kaiser 2018-12-18 16:09:18 +01:00
commit f487f978c2
1 changed files with 4 additions and 3 deletions

View File

@ -18,15 +18,16 @@ class MetasploitModule < Msf::Exploit::Remote
'License' => MSF_LICENSE,
'Author' =>
[
'Bharadwaj Machiraju', # Discovery and PoC
'Francis Alexander', # Discovery and PoC
'Bharadwaj Machiraju <bharadwaj.machiraju[at]gmail.com>', # Discovery and PoC
'Francis Alexander <helofrancis[at]gmail.com>', # Discovery and PoC
'Quentin Kaiser <kaiserquentin[at]gmail.com>' # Metasploit module
],
'References' =>
[
[ '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', {} ] ],