Push Token Analyzer is a simple tool by HawkEyes OSINT that helps you identify and understand mobile push notification tokens. You can use it to quickly check what type of push token you have (Apple, Android, etc.) and get details about it.
- Paste any push token and instantly see what it is.
- Supports Apple (APNs) and Android (FCM) tokens.
- Clean, easy-to-use interface.
- Works on Windows, Mac, and Linux.
- No internet connection required—your data stays private.
Main Window:
After Analyzing a Token:
If you don't have Python installed, follow these steps:
- Go to the Python Downloads page.
- Download the installer for your operating system.
- Run the installer and follow the instructions.
- Important: Make sure to check the box that says "Add Python to PATH" during installation.
- Download all the files from this repository.
- Extract the files to a folder on your computer.
- Open a terminal or command prompt.
- Windows: Press
Win + R, typecmd, and press Enter. - macOS: Open "Terminal" from the Applications/Utilities folder.
- Linux: Open your preferred terminal application.
- Windows: Press
- Navigate to the folder where you extracted the files using the
cdcommand.- For example:
cd /path/to/the/folder
- For example:
- Run the following command to install the required library:
pip install pillow
- In the same terminal or command prompt, run the following command:
python push_token_gui.py
- Website: hawk-eyes.io
- Email: customer_service@hawk-eyes.io
Q: What is a push token? A: It’s a unique code used by mobile apps to send notifications to your device.
Q: Is my data sent anywhere? A: No. All analysis happens on your computer. Nothing is uploaded or shared.
Q: I get an error when running the script.
A: Make sure you have installed Python and the required library (pillow).
This tool is provided by HawkEyes OSINT. See LICENSE for details.
If you need more help, contact us at customer_service@hawk-eyes.io.


