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

33 lines
670 B
YAML
Raw Normal View History

2020-04-22 06:42:01 +00:00
id: grafana-detect
info:
name: Grafana Login Panel - Detect
2020-04-22 06:42:01 +00:00
author: organiccrap
2020-08-03 21:52:00 +00:00
severity: info
description: Grafana 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.0
cwe-id: CWE-200
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:
- '\"version\"\:\"([0-9.]+)\"}'
# Enhanced by md on 2022/11/16