nuclei-templates/exposed-panels/davantis-panel.yaml

33 lines
658 B
YAML
Raw Normal View History

2022-10-06 07:55:27 +00:00
id: davantis-panel
info:
name: Davantis Video Analytics Panel - Detect
2022-10-06 07:55:27 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-10-06 07:55:27 +00:00
metadata:
2022-10-06 09:46:58 +00:00
verified: true
2022-10-06 07:55:27 +00:00
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:
2022-10-06 09:46:58 +00:00
- 200
# Enhanced by md on 2022/11/09