Create nzbget-panel.yaml

patch-1
Dhiyaneshwaran 2022-06-26 22:41:43 +01:00 committed by GitHub
parent 4880b0fa67
commit 8236c21a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: nzbget-panel
info:
name: NZBGet Login Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"NZBGet"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/html/setup.html"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/html"
- type: word
words:
- "<title>NZBGet</title>""
condition: and
- type: status
status:
- 200