Skip to content

Google OAuth Client Secret (prefixed)

ID: google-oauth-clientsecret

Severity: info

Author: DhiyaneshDK

Tags: file,keys,google,token

id: google-oauth-clientsecret
info:
name: Google OAuth Client Secret (prefixed)
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:
- '(GOCSPX-[a-zA-Z0-9_-]{28})'
# digest: 4a0a0047304502207463b578a1361be098673c7baafa19a1ee997abed332744265d2288fe8e87b2a0221009c79cde20c5439d6954b1350392fb24347a6f85e2e15e976d491614d3c56ee51: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-oauth-clientsecret.yaml"

View on Github