Merge pull request #5836 from projectdiscovery/vtiger-installer
Create vtiger-installer.yamlpatch-1
commit
db4fd42060
|
@ -0,0 +1,33 @@
|
|||
id: vtiger-installer
|
||||
|
||||
info:
|
||||
name: Vtiger CRM Installer Exposure
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"Welcome to Vtiger CRM"
|
||||
tags: misconfig,vtiger,install,exposure
|
||||
|
||||
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
|
Loading…
Reference in New Issue