Skip to content

Zoho Webhook Disclosure

ID: zoho-webhook-token

Severity: info

Author: Ice3man

Tags: exposure,token,zoho

id: zoho-webhook-token
info:
name: Zoho Webhook Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,zoho
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'https://creator\.zoho\.com/api/[A-Za-z0-9/\-_\.]+\?authtoken=[A-Za-z0-9]+'
# digest: 490a0046304402205f663b774e0d7a3335c4316dae267469719d8233e3e34cae4a418b16c8837095022002e3529aad1c23b772ddd3339f33656c2fd53f6c0df15cd8048ff237d8e6ad6b: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/zoho/zoho-webhook-token.yaml"

View on Github