Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adarshshetty18/fcm_server_key
Tool to extract & validate google fcm server keys from apks
https://github.com/adarshshetty18/fcm_server_key
Last synced: 21 days ago
JSON representation
Tool to extract & validate google fcm server keys from apks
- Host: GitHub
- URL: https://github.com/adarshshetty18/fcm_server_key
- Owner: adarshshetty18
- License: gpl-3.0
- Created: 2021-01-11T03:38:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T05:14:31.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:45:21.094Z (4 months ago)
- Language: Python
- Size: 40 KB
- Stars: 28
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - adarshshetty18/fcm_server_key - Tool to extract & validate google fcm server keys from apks (Python)
README
# fcm_server_key
A simple script to extract & validate google fcm server keys from apk file.Based on [Abss's](https://twitter.com/absshax) research about Firebase Cloud Messaging Service Takeover:
https://abss.me/posts/fcm-takeover/## Pre-requisite
Apktool needs to be installed before running this scriptReference: https://ibotpeaches.github.io/Apktool/install/
## Usage
![usage](images/usage.PNG)