Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 594 Bytes

misconfigured_google_maps_api_key_hardcoded.md

File metadata and controls

10 lines (8 loc) · 594 Bytes

Misconfigured Google Maps API Key Hardcoded

Google Maps API Keys are designed to be public and have no impact on confidentiality/integrity of customer data. However, if these keys are exposed and do not have some recommended security settings that restrict/limit the use of queries to block misuse, attackers may be able to generate a financial impact by carrying out massive queries with the keys.

-> Check whether it is possible to misuse the keys and their permissions with it.

/~https://github.com/ozguralp/gmapsapiscanner/

python maps_api_scanner_python3.py --api-key <api_key>