36 lines
727 B
YAML
36 lines
727 B
YAML
id: fiori-launchpad
|
|
|
|
info:
|
|
name: Fiori Launchpad Login
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7941
|
|
metadata:
|
|
verified: true
|
|
google-query: sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html -site:sap.com
|
|
tags: sap,fiori,edb,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Logon</title>"
|
|
- "SAP SE"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|