nuclei-templates/technologies/kubernetes-mirantis.yaml

25 lines
479 B
YAML
Raw Normal View History

2021-09-04 10:24:24 +00:00
id: kubernetes-mirantis
2021-09-03 15:17:35 +00:00
info:
name: Detect Mirantis Kubernetes Engine
author: pussycat0x
severity: info
2021-09-04 10:24:24 +00:00
tags: tech,kubernetes
additional-fields:
fofa-dork: 'app="Mirantis-Kubernetes-Engine"'
2021-09-03 15:17:35 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-04 10:24:24 +00:00
2021-09-03 15:17:35 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-09-04 10:24:24 +00:00
- "Mirantis Kubernetes Engine"
2021-09-03 15:17:35 +00:00
- type: status
status:
- 200