40 lines
983 B
YAML
40 lines
983 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:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 490a0046304402206de401970df9a10aa4813d5437cf8e19a2230f003e235f525c5142205ed15d65022027b4de220d6dfb4e1f2093a9758cf53c022083b2960b9643f4ced1aa6cb088dd:922c64590222798bb761d5b6d8e72950
|