Skip to content

Google Calendar URI Disclosure

ID: google-calendar-link

Severity: info

Author: Ice3man

Tags: exposure,token,google

id: google-calendar-link
info:
name: Google Calendar URI Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,google
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'https://www\.google\.com/calendar/embed\?src=[A-Za-z0-9%@&;=\-_\./]+'
# digest: 4a0a00473045022100e18467b9a2785b930bcfe3168bc660cc330dd5cc1fe52f2320de8fe377d0835b02204dc310601a16ef3bb98de61311b199cd7fd4fcd658160083c3cda9c3590bed4c: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/google/google-calendar-link.yaml"

View on Github