Create connectwise-exposure.yaml
parent
4a44ec760a
commit
3130a5fe5b
|
@ -0,0 +1,27 @@
|
||||||
|
id: ConnectWise
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ConnectWise
|
||||||
|
author: prajiteshsingh
|
||||||
|
severity: High
|
||||||
|
reference:
|
||||||
|
- https://www.connectwise.com/company/trust/security-bulletins/r1soft-and-recover-security-bulletin
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.component:zk http.title:"Server Backup"
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/login.zul"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "<title>Server Backup Manager SE</title>"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue