Create sap-redirect.yaml

patch-1
Dhiyaneshwaran 2021-08-07 11:31:58 +05:30 committed by GitHub
parent a992d88550
commit afcbd374a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: sap-redirect
info:
name: SAP wide open redirect
author: Gal Nagli
severity: medium
tags: redirect
requests:
- method: GET
path:
- "{{BaseURL}}/sap/public/bc/icf/logoff?redirecturl=https://example.com"
matchers-condition: and
matchers:
- type: status
status:
- 302
- type: word
words:
- "Location: https://www.example.com"
- "Location: https://example.com"
condition: or
part: header