Merge pull request #9180 from johnk3r/screenconnect
ConnectWise Control Remote Support Software Panel - Detectpatch-1
commit
cdbf7a27d7
|
@ -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
|
Loading…
Reference in New Issue