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
1.13k stars 197 forks source link

Not working on iOS 15 and 16 with palera1n and ElleKit #119

Open Dynamic-Mobile-Security opened 1 week ago

Dynamic-Mobile-Security commented 1 week ago

Hi!

Trying on iPhone 7, 8, X on iOS15 and 16 with rootful palera1n. And traffic redirection not working. If I set up proxy on system level from settings app and load only scripts with the SSLPinning bypass it works very well

But if I add ./ios/ios-connect-hook.js it doesnt work at all and I can`t see requests.

What is wrong or what information I should give you for troubleshouting?

pimterry commented 1 week ago

Can you share the full output from Frida when you run this DEBUG_MODE enabled in config.js?

When you say not working, can you explain what exactly is happening on the device and in your proxy? Does the internet work on your device, and is anything shown in your proxy at all?

Does this happen on all apps, or only specific apps? Which apps are you using?

Are you sure the host & port you're using in config.js are correct? If no traffic is appearing at all in any apps then that's the most likely cause I think.