nuclei-templates/exposed-panels/grafana-detect.yaml

17 lines
263 B
YAML

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