nuclei-templates/exposed-panels/connectwise-backup-manager....

36 lines
881 B
YAML
Raw Normal View History

id: connectwise-backup-manager
2022-10-29 07:16:43 +00:00
info:
name: ConnectWise Server Backup Manager SE Panel - Detect
2022-10-29 07:16:43 +00:00
author: prajiteshsingh
severity: info
description: ConnectWise Server Backup Manager SE login panel was detected.
2022-10-29 07:16:43 +00:00
reference:
- https://www.connectwise.com/company/trust/security-bulletins/r1soft-and-recover-security-bulletin
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-29 07:16:43 +00:00
metadata:
verified: true
shodan-query: http.component:zk http.title:"Server Backup Manager"
tags: panel,connectwise,backup
2022-10-29 07:16:43 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login.zul"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Server Backup Manager SE"
2022-10-29 07:16:43 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/10