nuclei-templates/technologies/kubernetes/kubernetes-enterprise-manag...

26 lines
500 B
YAML
Raw Normal View History

2021-09-03 15:17:35 +00:00
id: kubernetes-enterprise-manager
2021-09-04 10:24:24 +00:00
2021-09-03 15:17:35 +00:00
info:
name: Detect Kubernetes Enterprise Manager
author: pussycat0x
severity: info
2021-09-04 10:24:24 +00:00
tags: tech,kubernetes
additional-fields:
fofa-dork: 'app="Kubernetes-Enterprise-Manager"'
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
- "Kubernetes Enterprise Manager"
2021-09-03 15:17:35 +00:00
- type: status
status:
- 200