Overview
[!IMPORTANT]
🎥 For a complete walkthrough of the tool, watch the demo video here: https://youtu.be/3KMUnLdlOSE. The feature shown below starts at 20:27.
Features
- Tests a single key or a list of keys from a file
- Checks 21 Google API endpoints in one run
- Shows PoC endpoint URLs for each vulnerability found
- Proxy support for routing traffic
- Quiet mode to show only vulnerable results
- Save vulnerable URLs to output file
- Ctrl+C safe — stops cleanly without crashing
Requirements
pip install requests urllib3
Usage
python3 keyhunt.py -k <api_key>
python3 keyhunt.py -k <api_key> --poc
python3 keyhunt.py -kf api_keys.txt --poc
python3 keyhunt.py -kf api_keys.txt -q -o output.txt
Arguments
APIs Checked
Output
Each API will show one of two results:
[VULN] — API is accessible with the provided key
[+] — API is restricted or not enabled
Notes
- Only test keys you own or have authorization to test
- For educational and research purposes only