26 lines
444 B
YAML
26 lines
444 B
YAML
id: davantis-panel
|
|
|
|
info:
|
|
name: Davantis Video Analytics - Login Panel
|
|
author: robotshell
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Davantis"
|
|
tags: panel,davantis
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.html'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Davantis</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|