Check email registration across hundreds of Android app APIs.
Project description
Android Email OSINT Client
Check if an email address is registered across +280 Android app APIs.
Installation
Requires Python 3.10+.
Download this repo, then :
pip install -r requirements.txt
Usage
python main.py <email>
| Option | Description |
|---|---|
--verbose / -v |
Show all results live (found + not found + errors) |
--output FILE / -o |
Export results to a file (.json or .txt) |
--json |
Print results as JSON to stdout (no display) |
Output
Results are saved as JSON with three sections:
- found — email is registered on the app
- not_found — email is not registered
- unavailable — endpoint did not respond or returned an error
Each found entry includes the app name, genre, Play Store URL, and the detail that confirmed the match (e.g. account: MSAccount, errorCode: 4005). Generic HTTP responses are omitted.
⚠️ Disclaimer
This tool is provided for educational purposes and authorized security research only.
- User responsibility — Users are solely responsible for ensuring their usage complies with all applicable laws and the Terms of Service of any queried platform.
- Methodology — The tool interacts only with publicly accessible, unauthenticated API endpoints. It does not bypass authentication, circumvent security controls, or access private user data.
- No profiling — Checks are limited to binary email registration lookups. No personal data is collected, stored, aggregated, or analyzed.
License
This project is licensed under the MIT License. See LICENSE for details.
Endpoints sourced from YannKdev/Email_Android_Module.
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 osint_android_email-1.0.0.tar.gz.
File metadata
- Download URL: osint_android_email-1.0.0.tar.gz
- Upload date:
- Size: 132.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fe2f73eda53698d295db6ada36bc00ce88b6069967615e9180f1488dfed1542
|
|
| MD5 |
1d88e621cd9f3e8d15eebc4cb9835a8c
|
|
| BLAKE2b-256 |
3b9b47e3199672d9564d83a9e4c78329308d4a4c8fe3ec5fbdd6acb0bd1e9446
|
File details
Details for the file osint_android_email-1.0.0-py3-none-any.whl.
File metadata
- Download URL: osint_android_email-1.0.0-py3-none-any.whl
- Upload date:
- Size: 133.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b27c9c5f735167fbae70ea245578fe9157e0dfb130963c24d902626e97a0f1b
|
|
| MD5 |
2034caa6690a7292d448a8c9cdff3036
|
|
| BLAKE2b-256 |
650d953ec9ab75459fefa1673611248178fbe33c315008c3a2a1d77beb33b834
|