From f18f623d62116daf37d3c30b576fa35c6eddfc64 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 28 May 2024 23:40:49 +0530 Subject: [PATCH] Create uvdesk-helpdesk-installer.yaml --- .../installer/uvdesk-helpdesk-installer.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/misconfiguration/installer/uvdesk-helpdesk-installer.yaml diff --git a/http/misconfiguration/installer/uvdesk-helpdesk-installer.yaml b/http/misconfiguration/installer/uvdesk-helpdesk-installer.yaml new file mode 100644 index 0000000000..2a4069893e --- /dev/null +++ b/http/misconfiguration/installer/uvdesk-helpdesk-installer.yaml @@ -0,0 +1,31 @@ +id: uvdesk-helpdesk-installer + +info: + name: UVDesk Helpdesk Installation Page - Exposure + author: DhiyaneshDK + severity: high + description: | + Detects exposed UVDesk Helpdesk Installation page. + reference: + - https://www.uvdesk.com/en/ + metadata: + verified: true + max-request: 1 + shodan-query: html:"UVDesk Helpdesk Community Edition - Installation Wizard" + tags: misconfig,install,exposure,uvdesk,helpdesk + +http: + - method: GET + path: + - "{{BaseURL}}/#welcome" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "UVDesk Helpdesk Community Edition - Installation Wizard" + + - type: status + status: + - 200