From 7464f6ef0bf89434a94dff7d4fb29dada2378be3 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 29 May 2024 12:03:05 +0530 Subject: [PATCH] Create profittrailer-installer.yaml --- .../installer/profittrailer-installer.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/misconfiguration/installer/profittrailer-installer.yaml diff --git a/http/misconfiguration/installer/profittrailer-installer.yaml b/http/misconfiguration/installer/profittrailer-installer.yaml new file mode 100644 index 0000000000..ed33927a01 --- /dev/null +++ b/http/misconfiguration/installer/profittrailer-installer.yaml @@ -0,0 +1,31 @@ +id: profittrailer-installer + +info: + name: ProfitTrailer Setup Page - Exposure + author: DhiyaneshDK + severity: high + description: | + Detects exposed ProfitTrailer Setup page. + reference: + - https://profittrailer.com/ + metadata: + verified: true + max-request: 1 + shodan-query: html:"ProfitTrailer Setup" + tags: misconfig,install,exposure,profittrailer + +http: + - method: GET + path: + - "{{BaseURL}}/setup/license" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "ProfitTrailer Setup" + + - type: status + status: + - 200