nuclei-templates/exposed-panels/nzbget-panel.yaml

38 lines
690 B
YAML
Raw Normal View History

2022-06-26 21:41:43 +00:00
id: nzbget-panel
info:
name: NZBGet Login Panel - Detect
2022-06-26 21:41:43 +00:00
author: DhiyaneshDK
severity: info
description: NZBGet login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-06-26 21:41:43 +00:00
metadata:
verified: true
shodan-query: html:"NZBGet"
2022-06-27 18:24:24 +00:00
tags: panel,nzbget
2022-06-26 21:41:43 +00:00
requests:
- method: GET
path:
2022-06-27 18:24:24 +00:00
- "{{BaseURL}}"
2022-06-26 21:41:43 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-06-27 18:24:24 +00:00
- "<title>NZBGet</title>"
2022-06-26 21:41:43 +00:00
- type: word
2022-06-27 18:24:24 +00:00
part: header
2022-06-26 21:41:43 +00:00
words:
2022-06-27 18:24:24 +00:00
- "text/html"
2022-06-26 21:41:43 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/12/01