Eltion / Instagram-SSL-Pinning-Bypass

Bypass Instagram SSL pinning on Android devices.
GNU General Public License v3.0
432 stars 88 forks source link

[BUG] Reboot and Login #29

Closed kkm closed 1 year ago

kkm commented 1 year ago

Nox Player works well but if after the restart you have to log out and log in again so that burp proxy works again. happened to you too? always registering again after a restart?

Eltion commented 1 year ago

@kkm this is because the instagram is using HTTP/3. There is already an issue for this here https://github.com/Eltion/Instagram-SSL-Pinning-Bypass/issues/19

A temporary solution for this is to delete the config file that instagram creates, I've added a function for this but it's commented for now, to enable it just uncomment this line:

- //disableHTTP3();
+ disableHTTP3();