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

18 lines
315 B
YAML
Executable File

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