httptoolkit / frida-interception-and-unpinning

Frida scripts to directly MitM all HTTPS traffic from a target mobile application
https://httptoolkit.com/android/
GNU Affero General Public License v3.0
905 stars 178 forks source link

Failed on Line messaging app #26

Open StefCosmx opened 1 year ago

StefCosmx commented 1 year ago

Tried intercepting requests with Http Toolkit as well. Responses kept being aborted and after running the script the same thing continued to happen. Only that now the entire data traffic was blocked: all incoming and outgoing messages wouldn't be sent/received on the device.

Additional info: I used a rooted Samsung Galaxy S10 with Android 12.

pimterry commented 1 year ago

Thanks for reporting this @StefCosmx, that's useful, I hadn't see issues with this app before.

I'm afraid I don't have time to look into this myself any time soon, but I wrote a guide to reverse engineering arbitrary apps to fix problems like this in https://httptoolkit.tech/blog/android-reverse-engineering/, which should give you enough info to hunt down the cause and fix this.

If you do manage to get close to finding the code that does this, finding the relevant errors, or even better if you can put some hooks together to solve it entirely, then do share more info here, and hopefully we can eventually extend the script to fix this permanently for everybody.