nuclei-templates/network/exposures/exposed-dockerd.yaml

27 lines
569 B
YAML

id: exposed-dockerd
info:
name: Docker Daemon Exposed
author: arafatansari
severity: critical
description: |
Docker Daemon exposed on the network map can help remote attacker to gain access to the Docker containers and potentially the host system.
metadata:
max-request: 1
shodan-query: port:2375 product:"docker"
verified: true
tags: network,docker,exposure
tcp:
- inputs:
- data: "Docker:\nVersion:\n"
host:
- "{{Hostname}}"
port: 2375
matchers:
- type: word
words:
- "Server: Docker"