|
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}'
|