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

26 lines
515 B
YAML
Raw Normal View History

2021-03-24 17:22:41 +00:00
id: fiorilaunchpad-logon
info:
name: FioriLaunchpad Logon
author: dhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/6793
2021-04-06 07:25:57 +00:00
tags: panel
2021-03-24 17:22:41 +00:00
requests:
- 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