mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
20 lines
352 B
YAML
20 lines
352 B
YAML
id: kibana-unauth
|
|
|
|
info:
|
|
name: Kibana Unauth
|
|
author: Isaac
|
|
severity: high
|
|
verified: true
|
|
description: |-
|
|
Kibana Unauth
|
|
tags: kibana,unauth
|
|
created: 2023/07/07
|
|
|
|
rules:
|
|
r0:
|
|
request:
|
|
method: GET
|
|
path: /app/kibana
|
|
expression: response.status == 200 && response.body.bcontains(b".kibanaWelcomeView")
|
|
expression: r0()
|