Add detection for SAP Fiori

See https://www.sap.com/products/fiori.html
patch-1
Dominique RIGHETTO 2021-07-02 10:07:39 +02:00 committed by GitHub
parent 30dedb9a66
commit 95de938720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
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}}/"
matchers:
- type: word
words:
- "/fiori"
- "fioriLogin"
part: body
condition: or