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

Some urls are missing in burpsuite #17

Closed luk0y closed 2 years ago

luk0y commented 2 years ago

Maybe it’s not the right place to ask this question. I am trying to intercept an android app(it doesn’t have ssl Pinner). I am able to get all the links while using http tool kit but not when trying with burpsuite. Most of the links are not showing in burp. I am sure that it’s not because of the filtering . Kindly help me with it. What’s the difference between using http toolkit and burp. Both should work the same way isn’t it?

pimterry commented 2 years ago

What’s the difference between using http toolkit and burp. Both should work the same way isn’t it?

Hi @luk0y! There's two major differences in how HTTP Toolkit intercepts traffic compared to other similar tools, which could cause this:

Does that make sense? There's more on how this works under the hood on the blog:

Hopefully this explains what was happening for you in #16 as well. There are many many other smaller improvements and tricks that HTTP Toolkit uses to capture more traffic and reliably & easily connect clients, but I think those two are the most likely cause in your case.

(By the way, thanks for sponsoring! I really appreciate the support :+1:)

luk0y commented 2 years ago

Thank you so much for your response and thanks for clearing my doubt. Your contribution to the community is highly appreciable.

pimterry commented 2 years ago

Thanks for the kind words! Glad I could help you out.

I'll close this now, but feel free to open more issues (either here for Frida or in https://github.com/httptoolkit/httptoolkit for HTTP Toolkit-specific questions) if you have any other questions or problems.