Skip to content

Google API key

ID: google-api-key-file

Severity: info

Author: gaurang

Tags: keys,file,token,google

id: google-api-key-file
info:
name: Google API key
author: gaurang
severity: info
tags: keys,file,token,google
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "AIza[0-9A-Za-z\\-_]{35}"
# digest: 490a00463044022067b6485696b0308f29e809abf1eef165cf0d9696d80e2f52e1e5e7f59ae1a51f02202168d62b1bdcc3e56eac3c4b6ddb8c134609b588ad1f96a2f741e999a983ee69: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-api.yaml"

View on Github