36 lines
908 B
YAML
36 lines
908 B
YAML
id: suitecrm-installer
|
|
|
|
info:
|
|
name: SuiteCRM Installer Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
description: SuiteCRM is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"SuiteCRM"
|
|
tags: misconfig,suitecrm,install
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "SuiteCRM Setup Wizard:"
|
|
- "Checking Environment"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100cba48866ad1b5132d0f306077db31f4c2b1444727f506cc2560f848f9149db0a0220051ea86c09ac1bac18920cbc53c7b8cc59e604ca67f3d4f7c6ce53e75af8c0d9:922c64590222798bb761d5b6d8e72950 |