commit
92690952d8
|
@ -0,0 +1,22 @@
|
||||||
|
id: thinkific-redirect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Thinkific Open URL Redirect
|
||||||
|
author: Gal Nagli
|
||||||
|
severity: low
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/api/sso/v2/sso/jwt?error_url=http://example.com"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 302
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<a href=\"http://example.com?kind=jwt&message=Nil+JSON+web+token\""
|
||||||
|
part: body
|
Loading…
Reference in New Issue