nuclei-templates/exposed-panels/fiori-launchpad.yaml

43 lines
952 B
YAML
Raw Normal View History

2022-08-17 15:24:19 +00:00
id: fiori-launchpad
info:
name: Fiori Launchpad Login Panel - Detect
2022-08-17 15:24:19 +00:00
author: DhiyaneshDk
severity: info
description: Fiori Launchpad login panel was detected.
2022-08-17 15:24:19 +00:00
reference:
- https://www.exploit-db.com/ghdb/7941
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-08-17 15:24:19 +00:00
metadata:
verified: true
google-query: sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html -site:sap.com
tags: sap,fiori,edb,panel
2022-08-17 15:24:19 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html"
matchers-condition: and
matchers:
- type: word
2022-08-20 09:23:15 +00:00
part: body
2022-08-17 15:24:19 +00:00
words:
- "<title>Logon</title>"
- "SAP SE"
condition: and
- type: word
2022-08-20 09:23:15 +00:00
part: header
2022-08-17 15:24:19 +00:00
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2022/11/14