Create sugarcrm-install.yaml

patch-1
Ritik Chaddha 2023-11-03 20:36:05 +05:30 committed by GitHub
parent ce324042a6
commit fcfe5c89a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: sugarcrm-install
info:
name: SugarCRM Exposed Installation
author: ritikchaddha
severity: high
metadata:
verified: true
shodan-query: title:"Sugar Setup Wizard"
tags: misconfig,sugar,sugarcrm,install
http:
- method: GET
path:
- "{{BaseURL}}/install.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Sugar Setup Wizard"
- type: status
status:
- 200