2023-02-12 13:12:05 +00:00
|
|
|
id: zapier-webhook
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Zapier Webhook
|
|
|
|
author: Devang-Solanki
|
|
|
|
severity: high
|
2023-02-16 11:04:30 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/streaak/keyhacks#Zapier-Webhook-Token
|
|
|
|
- https://docs.gitguardian.com/secrets-detection/detectors/specifics/zapier_webhook_url
|
2023-02-12 13:12:05 +00:00
|
|
|
tags: token,file,zapier
|
|
|
|
|
|
|
|
file:
|
|
|
|
- extensions:
|
|
|
|
- all
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2023-02-16 11:04:30 +00:00
|
|
|
- 'https://(?:www.)?hooks\.zapier\.com/hooks/catch/[A-Za-z0-9]+/[A-Za-z0-9]+/'
|