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

29 lines
499 B
YAML
Raw Normal View History

2022-11-18 07:01:56 +00:00
id: mysqld-exporter-metrics
info:
name: Detect MySQLd Exporter
author: DhiyaneshDk
severity: low
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