nuclei-templates/http/exposed-panels/acti-panel.yaml

31 lines
607 B
YAML
Raw Normal View History

2023-08-04 12:39:32 +00:00
id: acti-panel
info:
2023-08-08 06:57:32 +00:00
name: ACTi Video Monitoring Panel - Detection
2023-08-04 12:39:32 +00:00
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
2023-08-08 06:57:32 +00:00
verified: true
2023-08-04 12:39:32 +00:00
fofa-query: app="ACTi-视频监控"
shodan-query: title:"Web Configurator" html:"ACTi"
2023-08-08 06:57:32 +00:00
tags: acti,panel,login,detect
2023-08-04 12:39:32 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/videoconfiguration.cgi"
matchers-condition: and
matchers:
- type: word
words:
- 'Web Configurator'
- 'ACTi'
condition: and
2023-08-08 06:30:20 +00:00
case-insensitive: true
2023-08-04 12:39:32 +00:00
- type: status
status:
- 200