nuclei-templates/misconfiguration/mysqld-exporter-metrics.yaml

36 lines
710 B
YAML
Raw Normal View History

2022-11-18 07:01:56 +00:00
id: mysqld-exporter-metrics
info:
name: MySQL Exporter Panel - Detect
2022-11-18 07:01:56 +00:00
author: DhiyaneshDk
severity: info
description: MYSQL Exporter 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-11-18 07:01:56 +00:00
metadata:
verified: true
shodan-query: title:"MySQLd exporter"
2022-12-04 06:24:13 +00:00
tags: mysqld,exposure,debug,misconfig
2022-11-18 07:01:56 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-24 08:34:58 +00:00
- "mysqld"
- "# HELP"
2022-11-18 07:01:56 +00:00
condition: and
- type: status
status:
- 200
# Enhanced by md on 2022/12/13