nuclei-templates/exposed-tokens/stripe/stripe-restricted-key.yaml

17 lines
298 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: stripe-restricted-key
info:
name: Stripe Restricted Key Disclosure
author: Ice3man
severity: info
tags: token
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'rk_(?:live|test)_[0-9a-zA-Z]{24}'