nuclei-templates/vulnerabilities/other/thinkific-redirect.yaml

25 lines
508 B
YAML
Raw Normal View History

2021-01-11 06:58:56 +00:00
id: thinkific-redirect
info:
name: Open Redirect vulnerability on thinkific websites
author: Gal Nagli
2021-08-24 07:56:21 +00:00
severity: medium
tags: redirect
2021-01-11 06:58:56 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/sso/v2/sso/jwt?error_url=http://interact.sh"
2021-01-11 06:58:56 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 302
- type: word
words:
- "<a href=\"http://interact.sh?kind=jwt&amp;message=Nil+JSON+web+token\""
2021-01-11 06:58:56 +00:00
condition: or
part: body