From b8164729676d6fae9a1aea2bc417fe452df1c8f4 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 20 May 2024 11:45:39 +0530 Subject: [PATCH] Create easy-viserlabs-installer.yaml --- .../installer/easy-viserlabs-installer.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/misconfiguration/installer/easy-viserlabs-installer.yaml diff --git a/http/misconfiguration/installer/easy-viserlabs-installer.yaml b/http/misconfiguration/installer/easy-viserlabs-installer.yaml new file mode 100644 index 0000000000..2aea23abde --- /dev/null +++ b/http/misconfiguration/installer/easy-viserlabs-installer.yaml @@ -0,0 +1,29 @@ +id: easy-viserlabs-installer + +info: + name: Easy Installer by ViserLab - Exposure + author: DhiyaneshDk + severity: high + description: | + Checks for the presence of a Easy Installer by ViserLab. + metadata: + verified: true + max-request: 1 + shodan-query: html:"Easy Installer by ViserLab" + tags: install,easy,exposure,misconfig + +http: + - method: GET + path: + - "{{BaseURL}}/install/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Easy Installer by ViserLab" + + - type: status + status: + - 200