25 lines
479 B
YAML
25 lines
479 B
YAML
|
id: kubernetes-mirantis
|
||
|
|
||
|
info:
|
||
|
name: Detect Mirantis Kubernetes Engine
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
tags: tech,kubernetes
|
||
|
additional-fields:
|
||
|
fofa-dork: 'app="Mirantis-Kubernetes-Engine"'
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Mirantis Kubernetes Engine"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|