17 lines
264 B
YAML
17 lines
264 B
YAML
|
id: grafana-detect
|
||
|
|
||
|
info:
|
||
|
name: Grafana panel detect
|
||
|
author: organiccrap
|
||
|
severity: low
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/login"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Grafana</title>"
|
||
|
part: body
|