nuclei-templates/exposures/tokens/paypal/braintree-access-token.yaml

17 lines
336 B
YAML
Executable File

id: braintree-access-token
info:
name: PayPal Braintree Access Token Disclosure
author: Ice3man
severity: info
tags: exposure,token
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'access_token\$production\$[0-9a-z]{16}\$[0-9a-f]{32}'