Merge pull request #14930 from projectdiscovery/Akokonunes-patch-7

Create pendo-api-key-exposure.yaml
This commit is contained in:
Aman Rawat
2026-01-21 14:06:19 +05:30
committed by GitHub

View File

@@ -0,0 +1,23 @@
id: pendo-api-key-exposure
info:
name: Pendo API Key Exposure
author: 0x_Akoko
severity: medium
description: |
Detected exposure of Pendo API keys within files or API responses.
reference:
- https://support.pendo.io/hc/en-us/articles/9491198203547-Pendo-Integration-Key
metadata:
verified: true
tags: file,keys,token,pendo
file:
- extensions:
- all
extractors:
- type: regex
group: 1
regex:
- 'pendoApiKey.*?([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})'