mikenemat / gm-onstar-probe

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

gm-onstar-probe

Remote Start Script for GM/OnStar vehicles. Needs credentials for a working OnStar account (working mobile iOS/Android app). Tested with 2014 Chevy Volt

To get it working, populate the placeholder variables at the top (device_id, username, password, pin, vin_number)

Please share credit if used elsewhere - reverse engineering this was non-trivial.

NOTES:

Python stuff:

Usage:

Changelog:

June 24, 2018 - Updated with new client IDs and JWT signing key. Old ones are not working any more.

Dec 6, 2018 - Updated with new client IDs and JWT signing key. Old ones are not working any more.

Aug 5, 2019 - Updated with new client IDs and JWT signing key. Old ones are not working any more. Thanks @sradner13