29 lines
641 B
YAML
29 lines
641 B
YAML
id: connectwise-backup-manager
|
|
|
|
info:
|
|
name: ConnectWise Server Backup Manager SE Panel
|
|
author: prajiteshsingh
|
|
severity: info
|
|
reference:
|
|
- https://www.connectwise.com/company/trust/security-bulletins/r1soft-and-recover-security-bulletin
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.component:zk http.title:"Server Backup Manager"
|
|
tags: panel,connectwise,backup
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.zul"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Server Backup Manager SE"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|