Paco8 / plugin.video.skyott

Skyshowtime addon for Kodi
GNU General Public License v2.0
22 stars 7 forks source link

Header signatures don't work with SkyShowtime #3

Closed Paco8 closed 1 year ago

Paco8 commented 1 year ago

SkyShowtime seems to be using a different key or algorithm to create header signatures, which makes the addon unusable for SkyShowtime subscribers.

Unfortunately I don't have the knowledge to find out that key. Any help about this issue would be very much appreciated by me and many other SkyShowtime subscribers.

VCDEV1 commented 1 year ago

https://gist.github.com/xhlove/b87d36370fcd825e4a2208df0fcb8085 Take a look at this script. I think it is a frida script created for extracting the peacock hmac key. I havent tested if it is working or not but I think it will work. Also since skyshowtime is not very much different from peacock I believe this might work for it too. If you can check it out.

Paco8 commented 1 year ago

Thank you very much for the link. I'll try to figure out how to use the script.

TAJLN commented 1 year ago

peacock.log The dump I got when running the script. All tokens together with account are already expired. Don't let the name deceive you, the script was ran on skyshowtime android app

Paco8 commented 1 year ago

Oh, my goodness, it works!!! Thank you very much.