From 8346d97b22054a13ac1ec8af37e0f97256ffa766 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 28 Sep 2023 07:20:48 +0530 Subject: [PATCH 1/2] Create dolphin-installer.yaml --- .../installer/dolphin-installer.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/misconfiguration/installer/dolphin-installer.yaml diff --git a/http/misconfiguration/installer/dolphin-installer.yaml b/http/misconfiguration/installer/dolphin-installer.yaml new file mode 100644 index 00000000000..2320abfd388 --- /dev/null +++ b/http/misconfiguration/installer/dolphin-installer.yaml @@ -0,0 +1,32 @@ +id: dolphin-installer + +info: + name: Dolphin Installer + author: DhiyaneshDk + severity: high + metadata: + max-request: 1 + verified: true + fofa-query: icon_hash="-945121295" + tags: misconfig,dolphin,install,exposure + +http: + - method: GET + path: + - '{{BaseURL}}/install.php' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Dolphin Installation' + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 From 97a84f6b239e0d87c300ab97139a7774735f5acd Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:53:19 +0530 Subject: [PATCH 2/2] Update dolphin-installer.yaml --- http/misconfiguration/installer/dolphin-installer.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/http/misconfiguration/installer/dolphin-installer.yaml b/http/misconfiguration/installer/dolphin-installer.yaml index 2320abfd388..dbec994889c 100644 --- a/http/misconfiguration/installer/dolphin-installer.yaml +++ b/http/misconfiguration/installer/dolphin-installer.yaml @@ -1,7 +1,7 @@ id: dolphin-installer info: - name: Dolphin Installer + name: Dolphin Installer - Exposure author: DhiyaneshDk severity: high metadata: @@ -22,11 +22,6 @@ http: words: - 'Dolphin Installation' - - type: word - part: header - words: - - 'text/html' - - type: status status: - 200