nohajc / netflix-mitm-proxy

A tool for analyzing Netflix MSL API
MIT License
70 stars 18 forks source link

Recognize new MSL API URLs #11

Closed ghost closed 2 years ago

ghost commented 2 years ago

The URLs now look like this: https://www.netflix.com/msl/playapi/cadmium/logblob/1?reqAttempt=1&reqName=logblob&clienttype=akira&uiversion=va7ebb542&browsername=chrome&browserversion=99.0.4844.82&osname=linux&osversion=0.0.0

This PR adds support for recognizing those URLs and decrypting request/response as usual.

nohajc commented 2 years ago

Thanks!