Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Support for managing proxies and certificate authorities #42

Merged
merged 9 commits into from
Mar 28, 2023

Conversation

baltpeter
Copy link
Member

@baltpeter baltpeter commented Mar 9, 2023

With this PR, I'm catching iOS up with the new features added for Android in #27.

This is based on #27, which needs to be merged first.

Functions implemented so far:

Additionally implemented:

Unrelated to the rest of the PR but also added here (since I didn't want to stack yet another PR):

@baltpeter baltpeter added the feature New feature or request label Mar 9, 2023
@baltpeter baltpeter marked this pull request as ready for review March 13, 2023 17:40
src/ios.ts Show resolved Hide resolved
examples/ios-device.ts Show resolved Hide resolved
src/ios.ts Show resolved Hide resolved
@zner0L
Copy link
Contributor

zner0L commented Mar 17, 2023

I haven’t tested it on the device, yet, but this is what I found reading through the code.

src/index.ts Show resolved Hide resolved
@baltpeter
Copy link
Member Author

This should probably be rebased on main after #27 is merged but before this is merged.

@zner0L
Copy link
Contributor

zner0L commented Mar 21, 2023

Like I mentioned (tweaselORG/meta#22 (comment)) Frida crashes the SpringBoard on iOS 15.7.2, so I can not really test this properly (my other test devices have not arrived, yet).

@zner0L
Copy link
Contributor

zner0L commented Mar 28, 2023

Since we found the problem in tweaselORG/meta#22, I was able to test this. mostly anyway, it seems that the Apps I download all seem to crash if I install them on the device. But that has nothing to do with the changes. Could you change the README and fix #55 while you're at it? Then we can merge!

@zner0L
Copy link
Contributor

zner0L commented Mar 28, 2023

Just to document: I had a problem where apps wouldn't start because I had more than one mitmproxy CA on the device activated. I don't know how this could have happend, but I just deleted my .mitmproxy/ folder, so there would have been a different certificate.

Copy link
Contributor

@zner0L zner0L left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it now successfully and it works. Great, thank you!

@zner0L zner0L merged commit 3a48fe9 into main Mar 28, 2023
@zner0L zner0L deleted the b_proxy-ios branch March 28, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Starting frida might fail after device reset
2 participants