From 9485b0bc31f6150918cacf53a5120ea6a07c6901 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 20 May 2024 12:21:30 +0530 Subject: [PATCH] Create openfire-setup.yaml --- .../installer/openfire-setup.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/misconfiguration/installer/openfire-setup.yaml diff --git a/http/misconfiguration/installer/openfire-setup.yaml b/http/misconfiguration/installer/openfire-setup.yaml new file mode 100644 index 0000000000..95d42298c4 --- /dev/null +++ b/http/misconfiguration/installer/openfire-setup.yaml @@ -0,0 +1,29 @@ +id: openfire-setup + +info: + name: Openfire Setup - Exposure + author: DhiyaneshDk + severity: high + description: | + Checks for the presence of a Openfire Setup Page. + metadata: + verified: true + max-request: 1 + shodan-query: html:"Welcome to Openfire Setup" + tags: install,openfire,exposure,misconfig + +http: + - method: GET + path: + - "{{BaseURL}}/setup/index.jsp" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Welcome to Openfire Setup" + + - type: status + status: + - 200