37 lines
810 B
YAML
37 lines
810 B
YAML
id: suitecrm-installer
|
|
|
|
info:
|
|
name: SuiteCRM Installer Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
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: 490a0046304402200963ce920e60d64bc42366f0e02655ca570a528ed56824ed1eda9cfc85932f7202204d8a410124763e2b12542ab59e887fe48a1fe229d12bd181d70f6bbea562c795:922c64590222798bb761d5b6d8e72950
|