Create connectwise-control-remote-support-software.yaml
parent
c7f632fd03
commit
2690dbf602
|
@ -0,0 +1,35 @@
|
||||||
|
id: connectwise-control-remote-support-software
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ConnectWise Control Remote Support Software Panel - Detect
|
||||||
|
author: johnk3r
|
||||||
|
severity: info
|
||||||
|
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
|
||||||
|
cwe-id: CWE-200
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
tags: screenconnect,panel,connectwise
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
part: header
|
||||||
|
regex:
|
||||||
|
- "ScreenConnect"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: kval
|
||||||
|
part: header
|
||||||
|
kval:
|
||||||
|
- Server
|
Loading…
Reference in New Issue