From f66c0aaaa83d374aa090b0637847a5e200738085 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 27 Jun 2022 23:54:24 +0530 Subject: [PATCH] Update nzbget-panel.yaml --- exposed-panels/nzbget-panel.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/exposed-panels/nzbget-panel.yaml b/exposed-panels/nzbget-panel.yaml index dcfe3cd6b2..d9cc78a6e4 100644 --- a/exposed-panels/nzbget-panel.yaml +++ b/exposed-panels/nzbget-panel.yaml @@ -7,22 +7,24 @@ info: metadata: verified: true shodan-query: html:"NZBGet" - tags: panel + tags: panel,nzbget requests: - method: GET path: - - "{{BaseURL}}/html/setup.html" + - "{{BaseURL}}" + matchers-condition: and matchers: + - type: word + words: + - "NZBGet" + - type: word part: header words: - "text/html" - - type: word - words: - - "NZBGet"" - condition: and + - type: status status: - 200