nuclei-templates/http/exposed-panels/xvr-login.yaml

31 lines
584 B
YAML

id: xvr-login
info:
name: XVR Login Panel - Detect
author: dhiyaneshDK
severity: info
description: XVR 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
metadata:
max-request: 1
shodan-query: http.title:"XVR LOGIN"
tags: panel,xvr
http:
- method: GET
path:
- '{{BaseURL}}/login.rsp'
matchers-condition: and
matchers:
- type: word
words:
- '<title>XVR LOGIN</title>'
- type: status
status:
- 200