nuclei-templates/http/misconfiguration/installer/suitecrm-installer.yaml

35 lines
617 B
YAML

id: suitecrm-installer
info:
name: SuiteCRM Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
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