Skip to content

Davantis Video Analytics Panel - Detect

ID: davantis-panel

Severity: info

Author: robotshell

Tags: panel,davantis

Davantis Video Analytics panel was detected.

id: davantis-panel
info:
name: Davantis Video Analytics Panel - Detect
author: robotshell
severity: info
description: Davantis Video Analytics 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
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Davantis"
tags: panel,davantis
http:
- method: GET
path:
- '{{BaseURL}}/index.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Davantis</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502207e32d6cfe7805a6a73bbeb4e0fdc6703f1f43ae3f1ea9a2fa4c18c137882ea73022100a24f5668c52d8081831e86a6b7d26bea8f61d16b2815b8a29e23968f138fe581:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/davantis-panel.yaml"

View on Github