Merge pull request #5836 from projectdiscovery/vtiger-installer

Create vtiger-installer.yaml
patch-1
Prince Chaddha 2022-10-26 13:00:50 +05:30 committed by GitHub
commit db4fd42060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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