Create espocrm-installer.yaml

patch-1
Dhiyaneshwaran 2023-12-12 21:54:57 +05:30 committed by GitHub
parent 0f1b89d3f5
commit 3ed47af981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: espocrm-installer
info:
name: Espocrm Installer
author: DhiyaneshDk
severity: high
metadata:
verified: true
max-request: 1
shodan-query: html:"Welcome to Espocrm"
tags: misconfig,espocrm,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to EspoCRM'
- 'Installation Guide'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200