nuclei-templates/exposures/backups/exposed-mysql-initial.yaml

33 lines
700 B
YAML

id: exposed-mysql-initial
info:
name: mysql.initial Config - Detect
author: ELSFA7110
severity: info
description: mysql.initial configuration file was detected.
reference:
- https://hackerone.com/reports/1081817
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: config,exposure,hackerone
requests:
- method: GET
path:
- "{{BaseURL}}/mysql.initial.sql"
matchers-condition: and
matchers:
- type: word
words:
- "Roundcube Webmail initial database structure"
part: body
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05