41 lines
899 B
YAML
41 lines
899 B
YAML
|
id: avigilon-panel
|
||
|
|
||
|
info:
|
||
|
name: Avigilon Login Panel - Detect
|
||
|
author: robotshell
|
||
|
severity: info
|
||
|
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
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"Login - Avigilon Control Center"
|
||
|
tags: panel,avigilon
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/cfg/login'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>Login - Avigilon Control Center Gateway</title>'
|
||
|
- '<title>Iniciar sesión - Puerta de enlace de Avigilon Control Center</title>'
|
||
|
condition: or
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- 'text/html'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by md on 2022/11/01
|