Fanwei OA E-Office - Information Disclosure
ID: ecology-mysql-config
Severity: medium
Author: ritikchaddha
Tags: fanwei,ecology,exposure,config
Description
Section titled “Description”Fanwei E-Office mysql_config.ini file can be directly accessed, leaking database account password and other information.
YAML Source
Section titled “YAML Source”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: 490a0046304402201a727d904825457f109057c24b9c443e642d6e1ebc5d401828d30e6ec0a4c2b202200803025db2db10a31550383d24ee4cb6c5d25dc0ff6bf149327cebb9479fbdbc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/weaver/ecology/ecology-mysql-config.yaml"