Skip to content

Google Client ID

ID: google-clientid

Severity: info

Author: DhiyaneshDK

Tags: file,keys,google,token

id: google-clientid
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: file,keys,google,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- '(?i)\b([0-9]+-[a-z0-9_]{32})\.apps\.googleusercontent\.com'
# digest: 4a0a004730450220171737cc18d20500d5a682ad648cc53084ca7930a1f9a5329136e5d331a895ee022100890693244d08604422bd6628eb0d24e2d0394f226dc01436927e805e7d80514c: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 "file/keys/google/google-clientid.yaml"

View on Github