Merge pull request #9180 from johnk3r/screenconnect

ConnectWise Control Remote Support Software Panel - Detect
patch-1
Ritik Chaddha 2024-02-22 13:43:18 +05:30 committed by GitHub
commit cdbf7a27d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
id: connectwise-panel
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:
verified: true
max-request: 1
vendor: connectwise
product: screenconnect
shodan-query: http.favicon.hash:-82958153
tags: screenconnect,panel,connectwise,detect
http:
- method: GET
path:
- "{{BaseURL}}/Login"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains(header, "ScreenConnect")'
- 'contains(body, "ConnectWise Control Remote Support")'
condition: or
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server