Skip to content

Commit

Permalink
update sap-java-portal-detection.yaml to include also Fiori portal
Browse files Browse the repository at this point in the history
  • Loading branch information
randomstr1ng committed May 5, 2024
1 parent 3fa5847 commit 06b6b8a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
id: sap-java-portal-detection

info:
name: SAP NetWeaver Java Portal Detection
name: SAP NetWeaver Java Portal & Fiori Launchpad Detection
author: randomstr1ng
severity: info
description: Detection of SAP NetWeaver Java Portal (Login) Page Detection.
description: Detection of SAP NetWeaver Java Portal (Login) Page & Fiori Launchpad Detection.
tags: sap,tech

http:
- method: GET
redirects: true
path:
- "{{BaseURL}}/irj/portal"
- "{{BaseURL}}/irj/portal/fiori"
- "{{BaseURL}}/fiori"
matchers-condition: and
matchers:
- type: word
Expand All @@ -24,4 +26,6 @@ http:
words:
- "HREF=\"/com.sap.portal."
- "com.sap.portal"
- "UIPPopupComp"
- "UIPPortalPath"
part: body

0 comments on commit 06b6b8a

Please sign in to comment.