32 lines
729 B
YAML
32 lines
729 B
YAML
id: coremail-config-disclosure
|
|
|
|
info:
|
|
name: Coremail - Config Discovery
|
|
author: princechaddha
|
|
severity: high
|
|
description: Coremail configuration information was discovered.
|
|
reference:
|
|
- https://www.secpulse.com/archives/107611.html
|
|
tags: config,exposure
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/mailsms/s?func=ADMIN:appState&dumpConfig=/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<object name=\"cm_md_db\">"
|
|
- 'containerDefinitions'
|
|
- '<string name="User">coremail</string>'
|
|
- '<string name="EnableCoremailSmtp">'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|