Merge branch 'consul_exec' of github.com:QKaiser/metasploit-framework into consul_exec
commit
f487f978c2
|
@ -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', {} ] ],
|
||||
|
|
Loading…
Reference in New Issue