From b7eb520be8d24f947f6590b41341cce0b649c225 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 19 Sep 2023 22:48:16 +0530 Subject: [PATCH] Create alma-installer.yaml --- .../installer/alma-installer.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/misconfiguration/installer/alma-installer.yaml diff --git a/http/misconfiguration/installer/alma-installer.yaml b/http/misconfiguration/installer/alma-installer.yaml new file mode 100644 index 0000000000..179229bea6 --- /dev/null +++ b/http/misconfiguration/installer/alma-installer.yaml @@ -0,0 +1,32 @@ +id: alma-installer + +info: + name: Alma Installation Exposure + author: DhiyaneshDK + severity: high + metadata: + max-request: 1 + verified: true + shodan-query: title:"Alma Installation" + tags: misconfig,alma,install,exposure + +http: + - method: GET + path: + - '{{BaseURL}}/setup/start' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Setup wizard | Alma Installation' + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200