Skip to content

Stripe Restricted Key Disclosure

ID: stripe-restricted-key

Severity: info

Author: Ice3man

Tags: exposure,token,stripe

id: stripe-restricted-key
info:
name: Stripe Restricted Key Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,stripe
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'rk_(?:live|test)_[0-9a-zA-Z]{24}'
# digest: 490a0046304402207c2ddfd71e7d00f4c58f2b44d57c7b651aab52d0c78b7851f947ddb8734c97d802204161dd940a2c8c1f3f1b8982912509a23fcf9696ad0478b941a871d216d142a8: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 "http/exposures/tokens/stripe/stripe-restricted-key.yaml"

View on Github