17 lines
341 B
YAML
Executable File
17 lines
341 B
YAML
Executable File
id: zapier-webhook-token
|
|
|
|
info:
|
|
name: Zapier Webhook Disclosure
|
|
author: Ice3man
|
|
severity: info
|
|
tags: exposure,token
|
|
|
|
requests:
|
|
- 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]+/' |