2022-10-06 08:14:37 +00:00
|
|
|
id: avigilon-panel
|
|
|
|
|
|
|
|
info:
|
2022-10-06 19:03:46 +00:00
|
|
|
name: Avigilon - Login Panel
|
2022-10-06 08:14:37 +00:00
|
|
|
author: robotshell
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2022-10-06 09:54:13 +00:00
|
|
|
verified: true
|
2022-10-06 08:14:37 +00:00
|
|
|
shodan-query: http.title:"Login - Avigilon Control Center"
|
|
|
|
tags: panel,avigilon
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/cfg/login'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-10-06 19:03:46 +00:00
|
|
|
part: body
|
2022-10-06 08:14:37 +00:00
|
|
|
words:
|
|
|
|
- '<title>Login - Avigilon Control Center Gateway</title>'
|
|
|
|
- '<title>Iniciar sesión - Puerta de enlace de Avigilon Control Center</title>'
|
|
|
|
condition: or
|
|
|
|
|
2022-10-06 09:54:13 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'text/html'
|
|
|
|
|
2022-10-06 08:14:37 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2022-10-06 09:54:13 +00:00
|
|
|
- 200
|