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.yaml
patch-1
idealphase 2022-05-15 06:20:39 +07:00 committed by GitHub
parent f13f8597e9
commit 5f9e6f8b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

View File

@ -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)))"

View File

@ -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>'