nuclei-templates/exposures/tokens/google/google-client-id.yaml

22 lines
462 B
YAML

id: google-client-id
info:
name: Google Client ID
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/google.yml
metadata:
verified: "true"
tags: google,token,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)\b([0-9]+-[a-z0-9_]{32})\.apps\.googleusercontent\.com'