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

35 lines
658 B
YAML

id: vtiger-installer
info:
name: Vtiger CRM Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
shodan-query: html:"Welcome to Vtiger CRM"
tags: misconfig,vtiger,install,exposure
http:
- 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