18 lines
348 B
YAML
Executable File
18 lines
348 B
YAML
Executable File
id: google-calendar-link
|
|
|
|
info:
|
|
name: Google Calendar URI Disclosure
|
|
author: Ice3man
|
|
severity: info
|
|
tags: exposure,token,google
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'https://www\.google\.com/calendar/embed\?src=[A-Za-z0-9%@&;=\-_\./]+' |