Update nzbget-panel.yaml

patch-1
Prince Chaddha 2022-06-27 23:54:24 +05:30 committed by GitHub
parent e437bb74c7
commit f66c0aaaa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -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:
- "<title>NZBGet</title>"
- type: word
part: header
words:
- "text/html"
- type: word
words:
- "<title>NZBGet</title>""
condition: and
- type: status
status:
- 200