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

35 lines
759 B
YAML
Raw Normal View History

2022-04-19 19:11:29 +00:00
id: vidyo-login
info:
name: Vidyo Admin Login Panel - Detect
2022-04-19 19:11:29 +00:00
author: johnk3r
severity: info
description: Vidyo admin 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-04-19 20:53:57 +00:00
metadata:
shodan-query: http.favicon.hash:-1970367401
2022-04-19 19:11:29 +00:00
tags: panel,vidyo
requests:
- method: GET
path:
- '{{BaseURL}}/admin/login.html?lang=en'
2022-04-19 20:53:57 +00:00
- '{{BaseURL}}/vr2conf/login.html'
2022-04-19 19:11:29 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>Vidyo Admin</title>'
2022-04-19 20:53:57 +00:00
- '<title>VidyoRouter Configuration</title>'
condition: or
2022-04-19 19:11:29 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/20