2021-04-08 15:45:49 +00:00
|
|
|
id: zapier-webhook-token
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Zapier Webhook Disclosure
|
|
|
|
author: Ice3man
|
|
|
|
severity: info
|
2021-04-13 13:48:02 +00:00
|
|
|
tags: exposure,token
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-04-08 15:45:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-04-08 15:45:49 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'https://(?:www.)?hooks\.zapier\.com/hooks/catch/[A-Za-z0-9]+/[A-Za-z0-9]+/'
|