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

30 lines
631 B
YAML
Raw Normal View History

id: sapfiori-panel
info:
name: SAP Fiori Instance Detection Template
author: righettod
severity: info
description: Try to detect the presence of a SAP Fiori instance via the login page
tags: panel,sap,fiori
requests:
- method: GET
path:
- "{{BaseURL}}/fiori"
2021-07-02 09:32:26 +00:00
- "{{BaseURL}}/irj/portal/fiori"
2021-07-02 09:32:26 +00:00
matchers-condition: or
matchers:
- type: word
words:
2021-07-02 09:32:26 +00:00
- 'fioriLogin'
- 'action="/fiori"'
part: body
2021-07-02 09:32:26 +00:00
condition: and
- type: word
words:
- "UIPPortalPath"
- "/irj/portal/fiori"
part: body
condition: and