nuclei-templates/http/vulnerabilities/weaver/ecology/ecology-mysql-config.yaml

38 lines
790 B
YAML

id: ecology-mysql-config
info:
name: Fanwei OA E-Office - Information Disclosure
author: ritikchaddha
severity: medium
description: |
Fanwei E-Office mysql_config.ini file can be directly accessed, leaking database account password and other information.
metadata:
max-request: 1
verified: true
fofa-query: app="泛微-EOffice"
tags: fanwei,ecology,exposure,config
http:
- method: GET
path:
- "{{BaseURL}}/mysql_config.ini"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "dataurl"
- "datapassword"
- "datauser"
condition: and
- type: word
part: header
words:
- text/plain
- type: status
status:
- 200