Skip to content

the29a/GAK-Sprayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google API Key Sprayer

Simple Google APIs token checker.

Used to determine whether or not a leaked/found Google API key is vulnerable to unauthorized access by other applications.

Note

Most of Bug-bounty platforms mark this type of vulnerability as informational/low impact. If you're passing this off as a bug, double-check the find and impact.

Usage

Local

Clone repo:

git clone https://github.com/the29a/GAK-Sprayer

Or

gh repo clone the29a/GAK-Sprayer

Run:

python3 gak-sprayer.py --api-key AIzaSyCxr...Rb-PzMOV8U4n2q...6e4

Docker

Build and run:

docker build -t gak-sprayer .
docker run --rm -v $(pwd):/home/gak/ -i docker.io/library/gak-sprayer --api-key AIzaSyCxr...Rb-PzMOV8U4n2q...6e4

Current APIs support:

Non-actual:
- [?] Maps Embed Advanced API
- [?] Maps Static API (embed static maps)
- [?] Playable Locations API deprecated as of October 18, 2021


Google API:
Google Cloud APIs
Google APIs Explorer


Similar and related projects:
gmapsapiscanner
fcm-takeover

Releases

No releases published

Packages

No packages published