mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Merge pull request #14930 from projectdiscovery/Akokonunes-patch-7
Create pendo-api-key-exposure.yaml
This commit is contained in:
23
file/keys/pendo-api-key-exposure.yaml
Normal file
23
file/keys/pendo-api-key-exposure.yaml
Normal 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})'
|
||||
Reference in New Issue
Block a user