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

31 lines
584 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:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"XVR LOGIN"
2021-07-28 17:12:58 +00:00
tags: panel,xvr
http:
2021-07-28 17:12:58 +00:00
- method: GET
path:
- '{{BaseURL}}/login.rsp'
matchers-condition: and
matchers:
- type: word
words:
- '<title>XVR LOGIN</title>'
- type: status
status:
- 200