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

35 lines
658 B
YAML
Raw Normal View History

2022-10-25 21:33:09 +00:00
id: vtiger-installer
info:
name: Vtiger CRM Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-25 21:33:09 +00:00
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
http:
2022-10-25 21:33:09 +00:00
- 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