ios_google_services
Extract Google and Firebase configuration from an IPA file by parsing GoogleService-Info.plist and scanning plist and JSON files for API keys, project IDs, and other sensitive identifiers.
Instructions
Extracts Google and Firebase configuration from an IPA. Parses GoogleService-Info.plist for API key, project ID, database URL, storage bucket, GCM sender ID, and OAuth client IDs. Also applies Google pattern scanning across all text plist and JSON files in the IPA.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipa_path | Yes | Absolute path to the IPA file |