Added kubernetes-operational-view-detect.yaml & updated favicon-detection.yaml (#4393)
* Updated favicon-detection.yaml Added Kubernetes Operational View favicon * Added kubernetes-operational-view-detect.yaml Added kubernetes-operational-view-detect.yamlpatch-1
parent
f13f8597e9
commit
5f9e6f8b4d
|
@ -2600,3 +2600,8 @@ requests:
|
|||
name: "Gradle-enterprise"
|
||||
dsl:
|
||||
- "status_code==200 && (\"1614287628\" == mmh3(base64_py(body)))"
|
||||
|
||||
- type: dsl
|
||||
name: "Kubernetes-Operational-View"
|
||||
dsl:
|
||||
- "status_code==200 && (\"2130463260\" == mmh3(base64_py(body)))"
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
id: kubernetes-operational-view-detect
|
||||
|
||||
info:
|
||||
name: Kubernetes Operational View Detect
|
||||
author: idealphase
|
||||
severity: info
|
||||
reference:
|
||||
- https://github.com/hjacobs/kube-ops-view
|
||||
- https://codeberg.org/hjacobs/kube-ops-view
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Kubernetes Operational View"
|
||||
tags: tech,k8s,kubernetes,devops,kube
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Kubernetes Operational View"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- '<title>Kubernetes Operational View (.+)<\/title>'
|
Loading…
Reference in New Issue