ssl-kill-switch2
ssl-kill-switch2 copied to clipboard
iOS 14.3 Support?
As it currently stands, ssl kill switch 2 doesn't work for ios 14.3 iphone 8 devices.
So far I was able to get the SSL Kill Switch to show up on my phone. Now I just need to actually test it to determine if it will work or not.
I don't believe that ssl kill switch works while activated. I tried to install a couple of different ipas and I got the following error below
Have you tried installing "Substitute" package in Cydia instead of the "Cydia Substrate"? worked for me like charm.
Truth be told, I used it only to strip SSL...
offtopic: why not use Sideloadly from Pangu to install IPAs?
FWIW: Works for me out of the box on 14.5.1 with just Cydia Substrate.
FWIW: Works for me out of the box on 14.5.1 with just Cydia Substrate.
which .deb did you use?
Could please somebody write the correct method how to install Killswitch on iOS 14.4+?
Worked for me. (Jailbroken iPhone 6s. iOS 14.5)
Open Cydia and install wget.
Ssh in to your jailbroken device and download the package in /tmp folder from the following link using wget command:
https://github.com/nabla-c0d3/ssl-kill-switch2/releases/tag/0.14
iPhone:/tmp root# wget https://github.com/nabla-c0d3/ssl-kill-switch2/releases/download/0.14/com.nablac0d3.sslkillswitch2_0.14.deb
iPhone:/tmp root# dpkg -i com.nablac0d3.sslkillswitch2_0.14.deb
If you get an error then fire the following command:
iPhone:/tmp root# apt --fix-broken install
iPhone:/tmp root# dpkg -i com.nablac0d3.sslkillswitch2_0.14.deb
Now respring your iDevice:
iPhone:~ root# killall -9 backboardd
and you are done.
Now open iOS settings app, scroll down and locate SSL Kill Switch 2. Open it and enable "Disable Certificate Validation"
Thats it.
These instructions worked for me on iPhone 7, iOS 14.6. Thank you @kpratik9
These instructions worked for me on iPhone 7, iOS 14.6. Thank you @kpratik9
You are welcome @ptrkstr
Can confirm its working but make sure you respring your device after installing.
This has been hosted at https://jonlu.ca/repo/ if you don't want to install this via the terminal/dpkg
as well
Does it work on iOS 14.7? iPhone 7. I am going to buy it.
Yes. It worked for me on iOS 14.8 iPhone 7 Plus.
On Tue, 18 Oct 2022 at 8:16 AM, Ilya Vysotsky @.***> wrote:
Does it work on iOS 14.7? iPhone 7. I am going to buy it.
— Reply to this email directly, view it on GitHub https://github.com/nabla-c0d3/ssl-kill-switch2/issues/98#issuecomment-1281742429, or unsubscribe https://github.com/notifications/unsubscribe-auth/APLK73W4XCZLX77GHDTTNM3WDYFPJANCNFSM42BDSW2A . You are receiving this because you were mentioned.Message ID: @.***>
Yes. It worked for me on iOS 14.8 iPhone 7 Plus. I hope it will work with unc0ver and that I will not have to recompile it.