31 lines
607 B
YAML
31 lines
607 B
YAML
id: acti-panel
|
|
|
|
info:
|
|
name: ACTi Video Monitoring Panel - Detection
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
fofa-query: app="ACTi-视频监控"
|
|
shodan-query: title:"Web Configurator" html:"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
|