Add new reference
parent
cd418559bc
commit
853ae9a6ce
|
@ -28,6 +28,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'Author' => 'Martin Pizala', # started with dcos_marathon module from Erik Daguerre
|
'Author' => 'Martin Pizala', # started with dcos_marathon module from Erik Daguerre
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' => [
|
'References' => [
|
||||||
|
['URL', 'https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface'],
|
||||||
['URL', 'https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-hostport-or-a-unix-socket']
|
['URL', 'https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-hostport-or-a-unix-socket']
|
||||||
],
|
],
|
||||||
'DisclosureDate' => 'Jul 25, 2017',
|
'DisclosureDate' => 'Jul 25, 2017',
|
||||||
|
|
Loading…
Reference in New Issue