31 lines
790 B
YAML
31 lines
790 B
YAML
id: sugarcrm-install
|
|
|
|
info:
|
|
name: SugarCRM Exposed Installation
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: SugarCRM is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Sugar Setup Wizard"
|
|
tags: misconfig,sugar,sugarcrm,install
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/install.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Sugar Setup Wizard"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402200e82aa9e4f0d4c2f5c8f36f3710b33967e2cb36e26967c9a793a20521c32c9e9022026181a8cf98e08cfea6c1f9662f4550eb99b75294b536b05d7e7491b6e0590b2:922c64590222798bb761d5b6d8e72950
|