44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
id: kibana-panel
|
|
|
|
info:
|
|
name: Kibana Login Panel - Detect
|
|
author: petruknisme,daffainfo,c-sh0
|
|
severity: info
|
|
description: Kibana login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 3
|
|
shodan-query: http.title:"Kibana"
|
|
tags: panel,kibana
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/login"
|
|
- "{{BaseURL}}/app/kibana"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Kibana</title>"
|
|
- "<title>Elastic</title>"
|
|
- "<title>Kibana Login</title>"
|
|
condition: or
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?i)(Kbn-Name)'
|
|
|
|
# digest: 490a0046304402205a3092a173bd4ddff42e3c99ad6fd5190d3bf6d4db234271cf8127aa47efc7b50220469554c26aca645d86ad0ac163fe4e2b9f907f2ba5a9b69b1118dd2886bbbdbc:922c64590222798bb761d5b6d8e72950
|