Skip to content

Google Client ID

ID: google-client-id

Severity: info

Author: DhiyaneshDK

Tags: google,token,exposure

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
max-request: 1
tags: google,token,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: all
regex:
- '(?i)\b([0-9]+-[a-z0-9_]{32})\.apps\.googleusercontent\.com'
# digest: 4b0a0048304602210093e05a72daafbd23360ee9d2ee53283b1fb7197e36a427e53044ae453faf3090022100e69a80cb4b9233f5b2109152543765704b1f306986bbf3112377a73b43a8cbaa: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-client-id.yaml"

View on Github