Update avigilon-panel.yaml
parent
6d677c8da1
commit
2d087d0d45
|
@ -5,6 +5,7 @@ info:
|
|||
author: robotshell
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Login - Avigilon Control Center"
|
||||
tags: panel,avigilon
|
||||
|
||||
|
@ -21,6 +22,11 @@ requests:
|
|||
- '<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
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue