40 lines
912 B
YAML
40 lines
912 B
YAML
id: rancher-panel
|
|
|
|
info:
|
|
name: Rancher Login Panel
|
|
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:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Loading…</title>"
|
|
- "ember-basic-dropdown-wormhole"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<!\-\- ([0-9. ]+)\-\->'
|