Create sugarcrm-panel.yaml

patch-1
johnk3r 2021-10-25 19:27:44 -03:00 committed by GitHub
parent 1c4db9df26
commit e8d0bd1e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: sugarcrm-panel
info:
name: Detect SugarCRM Panel
author: johnk3r
reference: https://www.shodan.io/search?query=sugarcrm
severity: info
tags: sugarcrm,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/index.php?action=Login&module=Users"
matchers-condition: and
matchers:
- type: word
words:
- "<title>SugarCRM</title>"
part: body
- type: status
status:
- 200