From 374338daa52164e0f72456837bb48eaf85c253ce Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 29 May 2024 23:02:48 +0530 Subject: [PATCH] Create wowonder-installer.yaml --- .../installer/wowonder-installer.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/misconfiguration/installer/wowonder-installer.yaml diff --git a/http/misconfiguration/installer/wowonder-installer.yaml b/http/misconfiguration/installer/wowonder-installer.yaml new file mode 100644 index 0000000000..a038f43ab2 --- /dev/null +++ b/http/misconfiguration/installer/wowonder-installer.yaml @@ -0,0 +1,31 @@ +id: wowonder-installer + +info: + name: WoWonder Installation Page - Exposure + author: DhiyaneshDK + severity: high + description: | + Detects exposed WoWonder installation page. + reference: + - https://www.wowonder.com/ + metadata: + verified: true + max-request: 1 + fofa-query: body="WoWonder | Installation" + tags: misconfig,install,exposure,wowonder + +http: + - method: GET + path: + - "{{BaseURL}}/install/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "WoWonder | Installation" + + - type: status + status: + - 200