2022-10-25 21:33:09 +00:00
|
|
|
id: vtiger-installer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Vtiger CRM Installer Exposure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"Welcome to Vtiger CRM"
|
2022-10-26 07:24:59 +00:00
|
|
|
tags: misconfig,vtiger,install,exposure
|
2022-10-25 21:33:09 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/index.php?module=Install&view=Index'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Installation Wizard'
|
|
|
|
- 'Welcome to Vtiger CRM'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|