Vidyo Admin Login Panel - Detect
ID: vidyo-login
Severity: info
Author: johnk3r
Tags: panel,vidyo
Description
Section titled “Description”Vidyo admin login panel was detected.
YAML Source
Section titled “YAML Source”id: vidyo-login
info: name: Vidyo Admin Login Panel - Detect 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 cwe-id: CWE-200 cpe: cpe:2.3:a:vidyo:vidyo:*:*:*:*:*:*:*:* metadata: max-request: 2 shodan-query: http.favicon.hash:-1970367401 product: vidyo vendor: vidyo tags: panel,vidyo
http: - method: GET path: - '{{BaseURL}}/admin/login.html?lang=en' - '{{BaseURL}}/vr2conf/login.html'
matchers-condition: and matchers: - type: word words: - '<title>Vidyo Admin</title>' - '<title>VidyoRouter Configuration</title>' condition: or
- type: status status: - 200# digest: 490a00463044022036eab438fea487f61591c25ec327fc3b6d5b3745bee3851dc7ef24d81834667d0220404a772a30a589047a51839af2cf5c0ae35a66cc6e0247936d7cd46bad39bffd:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/vidyo-login.yaml"