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

30 lines
631 B
YAML

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"
- "{{BaseURL}}/irj/portal/fiori"
matchers-condition: or
matchers:
- type: word
words:
- 'fioriLogin'
- 'action="/fiori"'
part: body
condition: and
- type: word
words:
- "UIPPortalPath"
- "/irj/portal/fiori"
part: body
condition: and