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

32 lines
601 B
YAML
Raw Normal View History

2021-07-28 17:12:58 +00:00
id: xvr-login
info:
name: XVR Login Panel - Detect
2021-07-28 17:12:58 +00:00
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
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"XVR LOGIN"
2021-07-28 17:12:58 +00:00
tags: panel,xvr
requests:
- method: GET
path:
- '{{BaseURL}}/login.rsp'
matchers-condition: and
matchers:
- type: word
words:
- '<title>XVR LOGIN</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/01/26