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

18 lines
311 B
YAML
Executable File

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