Skip to content

ACTi Video Monitoring Panel - Detection

ID: acti-panel

Severity: info

Author: DhiyaneshDk

Tags: acti,panel,login,detect

id: acti-panel
info:
name: ACTi Video Monitoring Panel - Detection
author: DhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:o:acti:camera_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: acti
product: camera_firmware
shodan-query: title:"Web Configurator" html:"ACTi"
fofa-query: app="ACTi-视频监控"
tags: acti,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/videoconfiguration.cgi"
matchers-condition: and
matchers:
- type: word
words:
- 'Web Configurator'
- 'ACTi'
condition: and
case-insensitive: true
- type: status
status:
- 200
# digest: 490a00463044022057697951040ecade01e24b6742ec06c56522d6d9b2ad1552047c180a29a6ae26022002f79e15dac793f7b1500ba71f764676e9a063bfe2a498178377b30f37f3ef32: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/acti-panel.yaml"

View on Github