25 lines
486 B
YAML
25 lines
486 B
YAML
id: thinkific-redirect
|
|
|
|
info:
|
|
name: Open Redirect vulnerability on thinkific websites
|
|
author: Gal Nagli
|
|
severity: Medium
|
|
|
|
|
|
requests:
|
|
- method: GET
|
|
|
|
path:
|
|
- "{{BaseURL}}/api/sso/v2/sso/jwt?error_url=http://evil.com"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 302
|
|
- type: word
|
|
words:
|
|
- "<a href=\"http://evil.com?kind=jwt&message=Nil+JSON+web+token\""
|
|
condition: or
|
|
part: body
|