nuclei-templates/http/exposed-panels/fiorilaunchpad-logon.yaml

33 lines
740 B
YAML
Raw Normal View History

2021-03-24 17:22:41 +00:00
id: fiorilaunchpad-logon
info:
name: Fiori Launchpad Login Panel - Detect
2021-03-24 17:22:41 +00:00
author: dhiyaneshDK
severity: info
description: Fiori Launchpad login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6793
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
tags: panel,edb
metadata:
max-request: 1
2021-03-24 17:22:41 +00:00
http:
2021-03-24 17:22:41 +00:00
- method: GET
path:
- '{{BaseURL}}/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?saml2=disabled'
matchers-condition: and
matchers:
- type: word
words:
2021-03-25 11:36:29 +00:00
- "<title>Logon</title>"
- "fioriLogin"
condition: and
2021-03-24 17:22:41 +00:00
- type: status
status:
- 200