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

25 lines
508 B
YAML

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