Skip to content

ConnectWise Control Remote Support Software Panel - Detect

ID: connectwise-panel

Severity: info

Author: johnk3r

Tags: screenconnect,panel,connectwise,detect

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
cwe-id: CWE-200
cpe: cpe:2.3:a:connectwise:screenconnect:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: connectwise
product: screenconnect
shodan-query: http.favicon.hash:-82958153
fofa-query:
- app="screenconnect-remote-support-software"
- icon_hash=-82958153
hunter-query: app.name="connectwise screenconnect software"
zoomeye-query: app="screenconnect remote management software"
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
# digest: 490a0046304402203fdd317af516625e7316a7760a78e2068c3490a54eb1cb681cee510c7430d6ac02204cb7d662c128df98c24b30ae219889aacf914b7fdf6b827c6f4495a454abfd94:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/connectwise-panel.yaml"

View on Github