17 lines
298 B
YAML
17 lines
298 B
YAML
|
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}'
|