Extract Firebase credentials from Android APKs and probe their backends.
Project description
FireFetch
A Firebase audit tool, mostly aimed at mobile apps.
Point it at an APK, an Android package name, or a set of Firebase values you already have. It checks Remote Config, Realtime Database, Firestore, Cloud Storage, Auth, and Hosting and tells you what's exposed.
Install
pipx install firefetch
Use it
# you already have the apk
firefetch apk app-release.apk
# you only know the package name
firefetch apk com.example.app
# no apk; just creds you already have
firefetch manual --project-id foo --api-key AIzaSy... --app-id 1:1234:android:abc
Handy flags: --json out.json for a structured dump, --no-write to skip
write probes (on by default; they write a tiny payload at a unique path and
delete it). firefetch apk --help for the rest.
What you get
Dev
git clone https://github.com/bitthebyte/firefetch
cd firefetch
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file firefetch-0.2.3.tar.gz.
File metadata
- Download URL: firefetch-0.2.3.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c62d70b64a64f217903543affaf326542952253aa00d7301fd29b58d5b1bfafe
|
|
| MD5 |
275995c9c10f53a89fd494bcbd929297
|
|
| BLAKE2b-256 |
c40ca378194140dc5dcea91291929421520425298fc62c75861e8b80deb2beaf
|
File details
Details for the file firefetch-0.2.3-py3-none-any.whl.
File metadata
- Download URL: firefetch-0.2.3-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c01d4764ad3bb2e235a64e2da03f54ef03c70ac5f1ac2b6cd7f16cea53b29b6
|
|
| MD5 |
9d06bde5c8453aa31fbabf0d4822c4c5
|
|
| BLAKE2b-256 |
51b1de80cf7f6472b9e91db3640d59ab68bbe224313f8d794ae2b970831c7219
|