Skip to content

NZBGet Login Panel - Detect

ID: nzbget-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,nzbget

NZBGet login panel was detected.

id: nzbget-panel
info:
name: NZBGet Login Panel - Detect
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
cwe-id: CWE-200
cpe: cpe:2.3:a:nzbget:nzbget:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: nzbget
product: nzbget
shodan-query:
- html:"NZBGet"
- http.html:"nzbget"
fofa-query: body="nzbget"
tags: panel,nzbget
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>NZBGet</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100f7ea6888456176da2fd4df45016e9b0e95db70ed918ccd01e534e1a683b4b2fb02206b41dffb580b5d82535b92664d77f6a1e2420253bbe994160561407e2b16acb0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/nzbget-panel.yaml"

View on Github