Update nzbget-panel.yaml
parent
e437bb74c7
commit
f66c0aaaa8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue