nuclei-templates/exposed-panels/sugarcrm-panel.yaml

28 lines
499 B
YAML
Raw Normal View History

2021-10-25 22:27:44 +00:00
id: sugarcrm-panel
info:
name: Detect SugarCRM Panel
author: johnk3r
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title: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