From 4f2f682cb4631136b3b7a754ba48a2a99c245ad2 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 8 Apr 2021 22:23:50 +0530 Subject: [PATCH] minor fix --- exposures/configs/coremail-config-disclosure.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/exposures/configs/coremail-config-disclosure.yaml b/exposures/configs/coremail-config-disclosure.yaml index 394ce246de..ef50811b27 100644 --- a/exposures/configs/coremail-config-disclosure.yaml +++ b/exposures/configs/coremail-config-disclosure.yaml @@ -1,4 +1,5 @@ id: coremail-config-disclosure + info: name: Coremail Config Disclosure author: princechaddha @@ -10,12 +11,17 @@ requests: - method: GET path: - '{{BaseURL}}/mailsms/s?func=ADMIN:appState&dumpConfig=/' + matchers-condition: and matchers: - type: word words: - "" - 'containerDefinitions' + - 'coremail' + - '' + condition: or + - type: status status: - - 302 + - 200