google api key
by - Thursday, January 1, 1970 at 12:00 AM
hi guys hope you can help,
i was doing a pentest on an android app and i ve found this google secret keys, how can i use them.
thanks for your help

"google_api_key" : "AIzaSyAhH0FakJmzmEhw7zz4hRmSJpSNdL7XcaA"
"google_crash_reporting_api_key" : "AIzaSyAhH0FakJmzmEhw7zz4hRmSJpSNdL7XcaA"
Reply
Do you know which services api is this like firebase , maps etc?

Check how does the code use the variable.
Reply
(July 31, 2022, 01:31 PM)robert_69 Wrote: hi guys hope you can help,
i was doing a pentest on an android app and i ve found this google secret keys, how can i use them.
thanks for your help

"google_api_key" : "AIzaSyAhH0FakJmzmEhw7zz4hRmSJpSNdL7XcaA"
"google_crash_reporting_api_key" : "AIzaSyAhH0FakJmzmEhw7zz4hRmSJpSNdL7XcaA"

i scaned the app with MobSF this is what i got

com.google.android.gms.measurement.AppMeasurementService
org.apache.cordova.firebase.FirebasePluginMessagingService
com.google.firebase.components.ComponentDiscoveryService
com.google.firebase.messaging.FirebaseMessagingService
com.google.android.gms.tagmanager.TagManagerService
com.google.firebase.iid.FirebaseInstanceIdService
com.google.android.gms.measurement.AppMeasurementJobService
Reply
(July 31, 2022, 02:49 PM)robert_69 Wrote:
(July 31, 2022, 01:31 PM)robert_69 Wrote: hi guys hope you can help,
i was doing a pentest on an android app and i ve found this google secret keys, how can i use them.
thanks for your help

"google_api_key" : "AIzaSyAhH0FakJmzmEhw7zz4hRmSJpSNdL7XcaA"
"google_crash_reporting_api_key" : "AIzaSyAhH0FakJmzmEhw7zz4hRmSJpSNdL7XcaA"

i scaned the app with MobSF this is what i got

com.google.android.gms.measurement.AppMeasurementService
org.apache.cordova.firebase.FirebasePluginMessagingService
com.google.firebase.components.ComponentDiscoveryService
com.google.firebase.messaging.FirebaseMessagingService
com.google.android.gms.tagmanager.TagManagerService
com.google.firebase.iid.FirebaseInstanceIdService
com.google.android.gms.measurement.AppMeasurementJobService


yep its a firebase
Reply
JUst add you API key here
https://github.com/ozguralp/gmapsapiscanner

The script goes throught every google service and returns if the key is alive for it or no, very useful.
Reply
(August 1, 2022, 12:01 AM)sincernot Wrote: JUst add you API key here
https://github.com/ozguralp/gmapsapiscanner

The script goes throught every google service and returns if the key is alive for it or no, very useful.


thanks mate, and what i do if its alive?
Reply
(August 1, 2022, 06:46 PM)robert_69 Wrote:
(August 1, 2022, 12:01 AM)sincernot Wrote: JUst add you API key here
https://github.com/ozguralp/gmapsapiscanner

The script goes throught every google service and returns if the key is alive for it or no, very useful.


thanks mate, and what i do if its alive?

api key is not vulnerable to enything
can i do something else?
Reply


 Users viewing this thread: google api key: No users currently viewing.