Description
Fiori Launchpad login panel was detected.
Fiori Launchpad login panel was detected.
id: sap-fiorilaunchpad-logon
info:
name: Fiori Launchpad Login Panel - Detect
author: dhiyaneshDK
severity: info
description: |-
Fiori Launchpad login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6793
tags: panel,edb,sap
created: 2024/04/15
rules:
r0:
request:
method: GET
path: /sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?saml2=disabled
expression: |
response.status == 200 &&
(response.body.bcontains(b'<title>Logon</title>') || response.body.bcontains(b'<title>登录</title>')) &&
response.body.bcontains(b'SAP SE')
expression: r0()
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.