Merge pull request #2343 from DhiyaneshGeek/master

Adding
patch-1
Prince Chaddha 2021-08-07 12:13:05 +05:30 committed by GitHub
commit d4aa9d7c80
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