From 451eac3e776f9aa5fd20d50b865e13b3d8965cfc Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:16:56 +0530 Subject: [PATCH] Create changedetection-unauth.yaml --- .../changedetection-unauth.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/misconfiguration/changedetection-unauth.yaml diff --git a/http/misconfiguration/changedetection-unauth.yaml b/http/misconfiguration/changedetection-unauth.yaml new file mode 100644 index 0000000000..989db4b97d --- /dev/null +++ b/http/misconfiguration/changedetection-unauth.yaml @@ -0,0 +1,32 @@ +id: changedetection-unauth + +info: + name: Changedetection.io Dashboard - Exposure + author: ritikchaddha + severity: medium + description: | + Changedetection.io unauth panel detected. + metadata: + verified: true + max-request: 1 + shodan-query: html:"Change Detection" + tags: changedetection,unauth,exposure + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'SETTINGS' + - 'Change Detection' + condition: and + case-insensitive: true + + - type: status + status: + - 200