From 0c4a63edfe104f61b12b39ca642542e0f409aefa Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:16:33 +0530 Subject: [PATCH] Create monitorr-panel.yaml --- http/exposed-panels/monitorr-panel.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 http/exposed-panels/monitorr-panel.yaml diff --git a/http/exposed-panels/monitorr-panel.yaml b/http/exposed-panels/monitorr-panel.yaml new file mode 100644 index 0000000000..804aa91704 --- /dev/null +++ b/http/exposed-panels/monitorr-panel.yaml @@ -0,0 +1,24 @@ +id: monitorr-panel + +info: + name: Monitorr Panel - Detect + author: ritikchaddha + severity: info + metadata: + verified: true + max-request: 1 + fofa-query: icon_hash="-211006074" + shodan-query: http.favicon.hash:-211006074 + tags: panel,monitorr,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains_any(body, "content=\"Monitorr", "Monitorr is loading", "title=\"Monitorr Settings")' + condition: and