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

26 lines
451 B
YAML
Raw Normal View History

2020-04-22 06:42:01 +00:00
id: grafana-detect
info:
name: Grafana panel detect
author: organiccrap
2020-08-03 21:52:00 +00:00
severity: info
2022-07-07 10:16:00 +00:00
metadata:
shodan-query: title:"Grafana"
2022-01-03 16:06:23 +00:00
tags: panel,grafana
2020-04-22 06:42:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: word
words:
2020-05-25 08:13:15 +00:00
- "<title>Grafana</title>"
2020-04-22 06:42:01 +00:00
part: body
extractors:
- type: regex
part: body
group: 1
regex:
- 'Grafana ([v0-9.]+)'