mikenemat / gm-onstar-probe

A reverse-engineered python library for remote starting GM/Onstar vehicles, and maybe more some day
34 stars 8 forks source link

Not working again - GM blacklisted client ID and rotated key #3

Closed mikenemat closed 5 years ago

mikenemat commented 5 years ago

GM blacklisted the client ID and rotated keys. Sit tight, I'll extract new ones and update the script tonight or tomorrow.

sradner13 commented 5 years ago

Keys seem to be have rotated again. Are you still working on this project, or should I work on extracting keys.

Cheers, Scott

mikenemat commented 5 years ago

I sold my GM vehicle so unfortunately I don't have a way to test any more. Good luck!

sradner13 commented 5 years ago

Took me an embarrassingly long time to get everything setup, but I have extracted the id and key. If you want to update these are tested.

def clientSecret(): return jwk.JWK(**{'k': base64.b64encode("snzcCLjKi1CwHnoGvjpr"), 'kty':'oct'})

def clientId(): return "OMB_CVY_AND_3L0"

Thanks for all the work in the past. Still working out great. Much appreciated.

On Tue, Jul 23, 2019 at 1:15 PM mikenemat notifications@github.com wrote:

I sold my GM vehicle so unfortunately I don't have a way to test any more. Good luck!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mikenemat/gm-onstar-probe/issues/3?email_source=notifications&email_token=ALTBMGGXGS7YJJLQS4B3FVTQA44CVA5CNFSM4GI6QB2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2T2B2Q#issuecomment-514302186, or mute the thread https://github.com/notifications/unsubscribe-auth/ALTBMGFEK3XGVRAARYDDM3DQA44CVANCNFSM4GI6QB2A .

mikenemat commented 5 years ago

Updated!

On Sun, Aug 4, 2019 at 2:57 PM sradner13 notifications@github.com wrote:

Took me an embarrassingly long time to get everything setup, but I have extracted the id and key. If you want to update these are tested.

def clientSecret(): return jwk.JWK(**{'k': base64.b64encode("snzcCLjKi1CwHnoGvjpr"), 'kty':'oct'})

def clientId(): return "OMB_CVY_AND_3L0"

Thanks for all the work in the past. Still working out great. Much appreciated.

On Tue, Jul 23, 2019 at 1:15 PM mikenemat notifications@github.com wrote:

I sold my GM vehicle so unfortunately I don't have a way to test any more. Good luck!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/mikenemat/gm-onstar-probe/issues/3?email_source=notifications&email_token=ALTBMGGXGS7YJJLQS4B3FVTQA44CVA5CNFSM4GI6QB2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2T2B2Q#issuecomment-514302186 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ALTBMGFEK3XGVRAARYDDM3DQA44CVANCNFSM4GI6QB2A

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mikenemat/gm-onstar-probe/issues/3?email_source=notifications&email_token=AALGAW4I7GTN3GG5HRVHRI3QC4RCZA5CNFSM4GI6QB2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3QHRKQ#issuecomment-518027434, or mute the thread https://github.com/notifications/unsubscribe-auth/AALGAW626667TATBPYQX36DQC4RCZANCNFSM4GI6QB2A .

sradner13 commented 4 years ago

New keys from the latest update.

Client ID:OMB_CVY_AND_3P0 Client Secret:OxeOjX9FnVkJQQdSuwvR

mikenemat commented 4 years ago

Updated!