Updated rancher-panel.yaml and updated favicon-detection.yaml (#4424)
* Updated favicon-detection.yaml Added Kubernetes Operational View favicon * Added kubernetes-operational-view-detect.yaml Added kubernetes-operational-view-detect.yaml * Updated favicon-detection.yaml Added Rancher favicon * Added rancher-panel.yaml Added rancher-panel.yaml including version extractor * Updated rancher-panel.yaml Added old version detection more reference and metadata * Updated rancher-panel.yaml Fixed [trailing-spaces] trailing spacespatch-1
parent
b84daabe07
commit
6bdb2e7d13
|
@ -2,11 +2,15 @@ id: rancher-panel
|
|||
|
||||
info:
|
||||
name: Rancher Login Panel
|
||||
author: princechaddha
|
||||
author: princechaddha, idealphase
|
||||
severity: info
|
||||
description: Rancher is a open-source multi-cluster orchestration platform, lets operations teams deploy, manage and secure enterprise Kubernetes.
|
||||
reference:
|
||||
- https://github.com/rancher/rancher
|
||||
- https://rancher.com/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Loading…"
|
||||
tags: panel,rancher,kubernetes,devops,cloud,login
|
||||
|
||||
requests:
|
||||
|
@ -20,7 +24,7 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- "<title>Loading…</title>"
|
||||
- "global-admin/config/environment"
|
||||
- "ember-basic-dropdown-wormhole"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
|
|
|
@ -2605,3 +2605,8 @@ requests:
|
|||
name: "Kubernetes-Operational-View"
|
||||
dsl:
|
||||
- "status_code==200 && (\"2130463260\" == mmh3(base64_py(body)))"
|
||||
|
||||
- type: dsl
|
||||
name: "Rancher"
|
||||
dsl:
|
||||
- "status_code==200 && (\"464587962\" == mmh3(base64_py(body)))"
|
||||
|
|
Loading…
Reference in New Issue