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

28 lines
539 B
YAML
Raw Normal View History

2022-04-19 19:11:29 +00:00
id: vidyo-login
info:
name: Vidyo Portal Login
author: johnk3r
severity: info
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