nuclei-templates/http/misconfiguration/installer/connectwise-setup.yaml

30 lines
573 B
YAML
Raw Normal View History

2024-02-21 06:40:43 +00:00
id: connectwise-setup
info:
name: ConnectWise Setup Wizard - Exposure
author: DhiyaneshDk
2024-02-21 07:30:38 +00:00
severity: high
2024-02-21 06:40:43 +00:00
metadata:
verified: true
max-request: 1
2024-02-21 07:30:38 +00:00
shodan-query: html:"ContentPanel SetupWizard"
2024-02-21 06:40:43 +00:00
tags: misconfig,exposure,install,connectwise
http:
- method: GET
path:
- "{{BaseURL}}/SetupWizard.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SetupWizardPage"
- "ContentPanel SetupWizard"
condition: and
- type: status
status:
- 200