adarshshetty18 / fcm_server_key

Tool to extract & validate google fcm server keys from apks
GNU General Public License v3.0
27 stars 9 forks source link

extract keys issue #1

Open Cyb3rGh0st786 opened 3 years ago

Cyb3rGh0st786 commented 3 years ago

Hello @adarshshetty18 ,

I am getting the following error. I have used the following command python3 fcm_server_key.py test.apk

image

Can you please look into it

adarshshetty18 commented 3 years ago

Hey @kaleemshaik7867 . Looks like the apk didn't had any fcm keys & there was no handling in the code to handle it. I've added the handling & the message to go with it. Can you just pull the changes & check again for the same apk?

Cyb3rGh0st786 commented 3 years ago

Hello Adarsh,

I have tested again with the new code. Still getting the same error. Also I have tested on signal app which I can see from your repo screen shots. Same error I am getting

On Wed, Jan 20, 2021 at 9:22 AM Adarsh Shetty notifications@github.com wrote:

Hey @kaleemshaik7867 https://github.com/kaleemshaik7867 . Looks like the apk didn't had any fcm keys & there was no handling in the code to handle it. I've added the handling & the message to go with it. Can you just pull the changes & check again for the same apk?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adarshshetty18/fcm_server_key/issues/1#issuecomment-763341639, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2WEOKQQDEVAMDZ7CHDLILS2ZSDHANCNFSM4WEOSR3A .

-- kaleem shaikkaleemshaik786@gmail.com

adarshshetty18 commented 3 years ago

I'm having no issues with the signal apk. Can you provide more info like which os & python version are you using?

Cyb3rGh0st786 commented 3 years ago

@adarshshetty18 I am using MAC OS catalina 10.15.7 with python 3.9.1. I have tested with another apps too getting the same error mentioned in the ticket