2021-10-25 22:27:44 +00:00
|
|
|
id: sugarcrm-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect SugarCRM Panel
|
|
|
|
author: johnk3r
|
|
|
|
severity: info
|
2021-10-26 18:22:04 +00:00
|
|
|
reference: https://www.shodan.io/search?query=sugarcrm
|
2021-10-25 22:27:44 +00:00
|
|
|
tags: sugarcrm,panel
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/index.php?action=Login&module=Users"
|
|
|
|
|
2021-10-26 09:50:38 +00:00
|
|
|
stop-at-first-match: true
|
2021-10-25 22:27:44 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-10-26 09:50:38 +00:00
|
|
|
part: body
|
2021-10-25 22:27:44 +00:00
|
|
|
words:
|
|
|
|
- "<title>SugarCRM</title>"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|