Skip to content

ConnectWise Control Detect

ID: connectwise-control-detect

Severity: info

Author: pikpikcu

Tags: tech,connectwise

id: connectwise-control-detect
info:
name: ConnectWise Control Detect
author: pikpikcu
severity: info
classification:
cpe: cpe:2.3:a:connectwise:control:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: connectwise
product: control
shodan-query: title="ConnectWise Control Remote Support Software"
tags: tech,connectwise
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ConnectWise Control Remote Support Software"
- type: status
status:
- 200
# digest: 4a0a004730450221009c31482673c17dc8ec2aca501c13c3e66176c9528d6beaad83c1c1ba7b086f7802203609c79ddafa29327ee8a5e0d5bee54fd17eb7a02990dfa4e0eff4ba8aea971b: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/technologies/connectwise-control-detect.yaml"

View on Github