nuclei-templates/network/exposed-dockerd.yaml

26 lines
554 B
YAML
Raw Normal View History

2022-12-10 19:30:38 +00:00
id: exposed-dockerd
info:
name: Docker Daemon Exposed
2022-12-29 09:53:10 +00:00
author: arafatansari
2022-12-10 19:30:38 +00:00
severity: critical
2022-12-16 08:32:27 +00:00
description: |
Docker Daemon exposed on the network map can help remote attacker to gain access to the Docker containers and potentially the host system.
2022-12-10 19:30:38 +00:00
metadata:
verified: true
shodan-query: port:2375 product:"docker"
tags: network,docker
network:
- inputs:
- data: "Docker:\nVersion:\n"
host:
- "{{Hostname}}"
- "{{Host}}:2375"
matchers:
- type: word
words:
2022-12-16 08:32:27 +00:00
- "Server: Docker"