2022-10-06 08:14:37 +00:00
|
|
|
id: avigilon-panel
|
|
|
|
|
|
|
|
info:
|
2022-11-08 20:55:31 +00:00
|
|
|
name: Avigilon Login Panel - Detect
|
2022-10-06 08:14:37 +00:00
|
|
|
author: robotshell
|
|
|
|
severity: info
|
2022-11-08 20:55:31 +00:00
|
|
|
description: Avigilon login 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 08:14:37 +00:00
|
|
|
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
|
2022-11-08 20:55:31 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/01
|