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

25 lines
388 B
YAML

id: xvr-login
info:
name: XVR LOGIN
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"XVR LOGIN"
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