-
Notifications
You must be signed in to change notification settings - Fork 465
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
Please help to add support for iOS11 #40
Comments
Yeah, it would be awesome to use it on iOS 11. |
here ssl-kill for iOS11 JB https://github.com/mwpcheung/ssl-kill-switch2 |
There's a problem with this upgrade. I'm not doing it well. I have a version that I can work here. Need to contact me QQ 2011229763 or [email protected]. |
@mwpcheung sorry .. just asking do u have a build for ios 11 support or do i need to compile it? ( im not familiar from compiling sources ) |
@bakzeit I added a compiled version at https://github.com/nabla-c0d3/ssl-kill-switch2/releases but I do not have an iOS 11 device to test it. Can you test it and let me know if it works? Thanks! |
@nabla-c0d3 yes it works .. |
install the package. kill the process u wana injecting, it works.
2018-04-13 16:17 GMT+08:00 bakzeit <[email protected]>:
… @nabla-c0d3 <https://github.com/nabla-c0d3> yes it works ..
but people need to install then reboot and jailbreak again to make it work
..
if youn dont reboot it wont work from first time install
thnx for the great work bro ;)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFQueFUnPEfU4oBDX-wC7EcNbi3UA_Jyks5toF8wgaJpZM4SqXHH>
.
|
MacOS Charles v4.2.5 works well |
@mwpcheung But I found that it can't work for all https packets well in App Store. Some requests are okay, but others are not. |
Can you explain how it works?
|
@McFlurriez |
@bakzeit thanks for the quick reply! Which app are you testing the pinning on? Twitter? TrustKit? I would love to try to reproduce. I spent some time building and loading kill switch myself, ran it through a debugger and stepped through the network calls. In the invalid cert case, I watched it return from boringssl without even touching the helper function hook in the PR and failing. There was one odd time that I did see it properly MITM out of 10+ requests but I wasn't able to reproduce it. |
@McFlurriez Would u please give us the test case ? |
Doesn't work for me on Electra 1.0.4 + iOS 11.1. Appstore doesn't load at all. DB Navigator works sometimes. Both work on an iOS10 device however. I killed the SpringBoard and even rebooted the device + rejailbreak. |
@ceriumx64 thanks. The Certificate for the Mallory was already trusted, however not bettercap. But both didn't work. I'll give it another shot. Edit: Bettercap now seems to work. Now's the question why isn't mallory(yeah I know, but I have to use it for now)not working. |
@ceriumx64 I'm well aware that native pinning is a different beats ;) The question is why my other mitm doesn't work on the same apps that work on bettercap. Probably something at my end. Thanks everyone helping to get this working! Edit: I figured out why bettercap worked and mallory not. iOS11 changes the RSA keys size. anything shorter than 2048 doesn't work anymore. |
Does the SSL Kill Switch 2 preference show up in settings on iOS 11 for you guys (with PreferenceLoader installed)? |
@blunden Not for me too. SSLSwitchKill doesn't works for me, Electra 1.04, iOS 11.1.2. Testing on Safari, tried to open google.com, iPhone has wifi proxy settings. Works excellent on iOS10. Please tell me what i'm doing wrong... |
@blunden I had the same issue with one of my iOS11 devices. I fixed it with moving TweakInject in /Library to a backup. Then ln -s '/Library/MobileSubstrate/DynamicLibraries' to /Library. Renamed it to TweakInject. Respring and it worked. Hope this helps. I think that's an issue coming from a beta of Electra. |
Found this: What does it mean? |
@MuchiMuchiPink Yes, the issue was that the libraries were in the wrong directory. Curiously, a collegue had one phone where they ended up in the right place automatically but on 2 other phones we had that same issue. It also took a few tries to get it working without running into the issue @truewebber runs into. Unfortunately I know know what we did differently that time. Reinstalling PreferenceLoader and SSL KillSwitch2 followed by copying the files from /Library/MobileSubstrate/DynamicLibraries to /Library/TweakInject/ did the trick. Doing it with the symlink as you described made it show up but it didn't actually work. Still, it doesn't work as well as it did in previous iOS versions. Some requests still fail while others work so there seems to be an issue with either TweakInject or SSLKillSwitch2 still. |
@blunden yeah, I guess I got the symlink wrong. On a device where it worked right away, both TweakInject and DynamicLibraries, point to /usr/lib/TweakInject instead. Thanks for the feedback, gonna fix my device asap. |
hi, i use electra jailbreak on a iphone 6 device with 11.1.2 ios. i installed com.nablac0d3.sslkillswitch2_0.12.deb and kill switch was not shown in the menu. then i copied cp /Library/MobileSubstrate/DynamicLibraries/* /Library/TweakInject/ and it did also not show in the menu. then i re-installed preferenceloader in cydia as mentioned above and it works. killswitch is in the preferences and works fine for me now. i did "killall -HUP SpringBoard" after each command. don't know if thats needed. at the end its running. thanks to all here posting suggestions! |
I don't know why it's not working for you. It works perfectly on my phone
(iOS 11.1.2) . Try installing SSL KILL SWITCH 2 using this method --->
https://yalujailbreak.net/install-tweaks-ios-11-electra/ .
…On Tue, Jul 3, 2018 at 3:24 PM x1622 ***@***.***> wrote:
hi, i use electra jailbreak on a iphone 6 device with 11.1.2 ios. i
installed com.nablac0d3.sslkillswitch2_0.12.deb and kill switch was not
shown in the menu. then i copied cp
/Library/MobileSubstrate/DynamicLibraries/* /Library/TweakInject/ and it
did also not show in the menu. then i re-installed preferenceloader in
cydia as mentioned above and it works. killswitch is in the preferences and
works fine for me now. i did "killall -HUP SpringBoard" after each command.
don't know if thats needed. at the end its running. thanks to all here
posting suggestions!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZjAvh4HkbJ5z5CYzcO65kY3YUvwSbbzks5uCzhZgaJpZM4SqXHH>
.
|
Please help to add support for iOS11, current version doesn't work under ios11. Thanks!
The text was updated successfully, but these errors were encountered: