Skip to content

Razorpay Client ID

ID: razorpay-client-id

Severity: high

Author: Devang-Solanki

Tags: file,keys,token,razorpay

id: razorpay-client-id
info:
name: Razorpay Client ID
author: Devang-Solanki
severity: high
reference:
- https://github.com/streaak/keyhacks#Razorpay-keys
- https://docs.gitguardian.com/secrets-detection/detectors/specifics/razorpay_apikey
tags: file,keys,token,razorpay
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "rzp_(live|test)_.{14}"
# digest: 490a00463044022021902ed12bf1639cf234d80e4b0d8821e49f58c3d064c6e3f4b9d7b4207314d6022049c0fb518fe8fe6a4e7ccc1bbb9dd05bdbad503562a6a5ee4faaff3c0d2348b5: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/razorpay-client-id.yaml"

View on Github