Skip to content

Zapier Webhook Disclosure

ID: zapier-webhook-token

Severity: info

Author: Ice3man

Tags: exposure,token

id: zapier-webhook-token
info:
name: Zapier Webhook Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token
http:
- 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]+/'
# digest: 4a0a00473045022100ef45838f7554f21fad6cf887907b5ddecad0952c760b2feec2acbc855587f807022056f2945319bea3acaba0c2750e3e58ea28208ab8b07b49be3fc8059ae4a6e63a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/zapier/zapier-webhook-token.yaml"

View on Github