From 2352de5e2272b120698f208bbe7e7c5344da5783 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 25 Oct 2022 08:05:30 +0530 Subject: [PATCH 1/2] Create mautic-installer.yaml --- misconfiguration/mautic-installer.yaml | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 misconfiguration/mautic-installer.yaml diff --git a/misconfiguration/mautic-installer.yaml b/misconfiguration/mautic-installer.yaml new file mode 100644 index 0000000000..2abec583d4 --- /dev/null +++ b/misconfiguration/mautic-installer.yaml @@ -0,0 +1,33 @@ +id: mautic-installer + +info: + name: Mautic Installer Exposure + author: DhiyaneshDk + severity: high + metadata: + verified: true + shodan-query: html:"Mautic Installation" + tags: misconfig,mautic,installer + +requests: + - method: GET + path: + - '{{BaseURL}}/installer' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Mautic Installation - Environment Check' + - 'Ready to Install!' + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200 From 92ad4959d0e041ba34709e35aafc48f43dcd767b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 25 Oct 2022 18:33:54 +0530 Subject: [PATCH 2/2] Update mautic-installer.yaml --- misconfiguration/mautic-installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misconfiguration/mautic-installer.yaml b/misconfiguration/mautic-installer.yaml index 2abec583d4..378c94b389 100644 --- a/misconfiguration/mautic-installer.yaml +++ b/misconfiguration/mautic-installer.yaml @@ -7,7 +7,7 @@ info: metadata: verified: true shodan-query: html:"Mautic Installation" - tags: misconfig,mautic,installer + tags: misconfig,mautic,install requests: - method: GET