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 spaces
patch-1
idealphase 2022-05-18 03:57:02 +07:00 committed by GitHub
parent b84daabe07
commit 6bdb2e7d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -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&hellip;</title>"
- "global-admin/config/environment"
- "ember-basic-dropdown-wormhole"
condition: and
- type: status

View File

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