Skip to content

Paypal Braintree Access Token

ID: paypal-braintree-token

Severity: high

Author: gaurang

Tags: file,keys,token,paypal

id: paypal-braintree-token
info:
name: Paypal Braintree Access Token
author: gaurang
severity: high
tags: file,keys,token,paypal
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "access_token\\$production\\$[0-9a-z]{16}\\$[0-9a-f]{32}"
# digest: 4a0a00473045022100bf71d05c254ed156a1e97bd0284f7cc4592c00196d93b90d9de645dae6ee99fb02205aa158e25b2df26ae3aac75709c36089ba1af578a5c01146813c6f2661ace701:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/keys/paypal-braintree-token.yaml"

View on Github