From 9139e4a42b51f59f20a4cdaa6830173284979071 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:17:48 +0530 Subject: [PATCH] Create jellyseerr-login-panel.yaml --- .../jellyseerr-login-panel.yaml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 http/exposed-panels/jellyseerr-login-panel.yaml diff --git a/http/exposed-panels/jellyseerr-login-panel.yaml b/http/exposed-panels/jellyseerr-login-panel.yaml new file mode 100644 index 00000000000..1cbcc78ba3a --- /dev/null +++ b/http/exposed-panels/jellyseerr-login-panel.yaml @@ -0,0 +1,36 @@ +id: jellyseerr-login-panel + +info: + name: Jellyseerr Login Panel - Detect + author: ritikchaddha + severity: info + reference: + - https://github.com/Fallenbagel/jellyseerr + metadata: + max-request: 2 + verified: true + shodan-query: http.favicon.hash:-2017604252 + tags: panel,jellyseerr,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/login" + + stop-at-first-match: true + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Jellyseerr' + - 'content="Jellyseerr' + - 'applicationTitle":"Jellyseerr' + condition: or + + - type: status + status: + - 200